X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=c9be645bdb3d19f79a110269340607cd62dee40a;hb=6f9ac1a702b48e3a2b87f1da0c056206c09bccc0;hp=0c3e257dd6f24ecde61a89cc0636f4b2fc6cf49a;hpb=16de7d9e8b98108627db01688bc095240b5ba8d2;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 0c3e257dd6..c9be645bdb 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -1,7 +1,7 @@ generateDateTime(time(), 1))); @@ -50,15 +54,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