X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=da924d85656957c9515b342c6df06bf7f47a7c5a;hb=5b285f7a67a114e9c75338fe3b1c1b02a268f059;hp=ab37b5baa2f4006a7a3f49dfee4df4eb0670bdc8;hpb=20a06616b67427859de74a0bfd9d40732c4ec68d;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index ab37b5baa2..da924d8565 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