X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=3f4fb3da07950f484de682b15187de9ce6716e34;hb=8fc1c99d323e7599dd91071a5a772261b5d079a7;hp=79141ef94459d156bf7a9cbc0b3ed803595a05aa;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 79141ef944..3f4fb3da07 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -50,15 +50,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