X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ea6d84f9deade7973a6b5136746e23a6070e614e;hb=5ac9927f90b4b3e6588df73a9ee6f9b5a77d713a;hp=040678bcea2b5706a19531dc6489f8625a10cba9;hpb=60cf1781cd7afe5f80db3587d427a72409befea6;p=mailer.git diff --git a/index.php b/index.php index 040678bcea..ea6d84f9de 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ -1)) { + // Header + loadIncludeOnce('inc/header.php'); + // Is the index page configured for redirect pr not? if (getConfig('index_cookie') > 0) { // Set cookie and remeber it for specified time @@ -79,19 +82,19 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) { // Shall I insert an automated forward? if (getConfig('index_delay') > 0) { // This will be a JavaScript-redirect! - $content['delay'] = (getConfig('index_delay') * 1000 + 500); - $content['mod'] = 'index'; + $content['delay'] = (getConfig('index_delay') * 1000 + 500); + $content['module'] = 'index'; // Load template loadTemplate('index_forward', false, $content); } // END - if + + // Footer + loadIncludeOnce('inc/footer.php'); } else { // Redirect to main page redirectToUrl('modules.php?module=index'); } -// Footer -loadIncludeOnce('inc/footer.php'); - // [EOF] ?>