X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=index.php;h=df23da6814c7eb4e87303f571dbbab9fb274e48d;hp=27cf6e95987094772cd10c700291cb4f32080326;hb=a28637f0eb7975f2240c42d349e5f08a9722d9bb;hpb=34660a21cd85270370a7aedbfc3849b7c26b316e diff --git a/index.php b/index.php index 27cf6e9598..df23da6814 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 @@ -85,13 +85,13 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') == 0)) { // 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] ?>