X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=4322d3ccd7bfb0b7ae1197f32214452ba87407ad;hb=c66b1a42fe693a0cb3cf534b69b42fe73f881477;hp=ab37b5baa2f4006a7a3f49dfee4df4eb0670bdc8;hpb=20a06616b67427859de74a0bfd9d40732c4ec68d;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index ab37b5baa2..4322d3ccd7 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -1,7 +1,7 @@ generateDateTime(time(), 1))); // Add code-message here handleCodeMessage(); @@ -50,15 +52,6 @@ handleCodeMessage(); // Some of you needs this to be extracted into a template... ??? loadTemplate('guest_menu_td'); -// When no what value is provided take the "home" value -if (!isWhatSet()) setWhatFromConfig('index_home'); - -// Adding the main content module here -if (!isActionSet()) { - // Get action value from what value - setAction(getModeAction('guest', getWhat())); -} // END - if - // Add the guest's menu here... if ((getConfig('guest_menu') == 'Y') || (!isExtensionActive('sql_patches', true))) { // Show only when guest menu is active