X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=d0a35833c5c9a3413751cadca88185ef9fa55c44;hb=9a7e55141378f5323480fcbf33b033d2750392f4;hp=0c3e257dd6f24ecde61a89cc0636f4b2fc6cf49a;hpb=5bc6500d1819dd002187a1beb16a1d91a8c85bd7;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 0c3e257dd6..d0a35833c5 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -1,7 +1,7 @@ generateDateTime(time(), 1))); +loadTemplate('guest_header', FALSE, array('date_time' => generateDateTime(time(), 1))); // Add code-message here handleCodeMessage(); @@ -50,17 +52,8 @@ 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))) { +if ((getConfig('guest_menu') == 'Y') || (!isExtensionActive('sql_patches', TRUE))) { // Show only when guest menu is active addMenu('guest', getAction(), getWhat()); } // END - if @@ -69,7 +62,7 @@ if ((getConfig('guest_menu') == 'Y') || (!isExtensionActive('sql_patches', true) loadTemplate('guest_menu_content'); // Disable block-mode by default -enableBlockMode(false); +enableBlockMode(FALSE); // Construct FQFN $inc = sprintf("inc/modules/guest/action-%s.php", getAction());