X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-edit_user.php;h=681bad17c0e6eba708e961e1b6b7ed12bb068241;hb=c5173c4d66be7ec72fbf8051a2097cbb377e87a0;hp=83bc543e7b18337b2fbcdd0a4189621a401f33ab;hpb=5ab494ec65f8d912c075480312b15b15a5076ea4;p=mailer.git diff --git a/inc/modules/admin/what-edit_user.php b/inc/modules/admin/what-edit_user.php index 83bc543e7b..681bad17c0 100644 --- a/inc/modules/admin/what-edit_user.php +++ b/inc/modules/admin/what-edit_user.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * @TODO Add support for ext-country * * -------------------------------------------------------------------- * @@ -45,7 +43,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); // Fix a notice $result_main = false; @@ -132,7 +130,7 @@ LIMIT 1", $content['gender_' . strtolower($content['gender'])] = ' selected="selected"'; // Load template - loadTemplate('form_submit_user', false, $content); + loadTemplate('admin_edit_user', false, $content); } } else { // Account does not exists!