X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=index.php;h=df23da6814c7eb4e87303f571dbbab9fb274e48d;hb=b8c071f12a601619c4c02b9441b3e0e012db6ced;hp=486b6321d53307e470f689040466f73118157cba;hpb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;p=mailer.git diff --git a/index.php b/index.php index 486b6321d5..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] ?>