X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Flogin.php;h=a37888155c6c1c87cc674cdf27dafea8d025126a;hb=82d72ce0fd29e2714e62bd11997272eaf6110fd6;hp=4252eaf76cb982100b2b258ad6321315c4e685d3;hpb=3e2e8ea82079f4e76b8add38efccf6c24afda507;p=mailer.git diff --git a/inc/modules/login.php b/inc/modules/login.php index 4252eaf76c..a37888155c 100644 --- a/inc/modules/login.php +++ b/inc/modules/login.php @@ -1,7 +1,7 @@ generateDateTime(time(), 1))); // Add code-message here handleCodeMessage(); // Begin menu block here -outputHtml(" - "); +loadTemplate('member_menu_start'); // Adding the main content module here if (!isActionSet()) { @@ -75,7 +67,7 @@ if (!isActionSet()) { // Add the member's menu here... if ((getConfig('member_menu') == 'Y') || (!isExtensionActive('sql_patches', true))) { - addMenu('member', getModeAction('member', getWhat()), getWhat()); + addMenu('member', getActionFromModuleWhat('member', getWhat()), getWhat()); } // END - if // Disable block-mode again