]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
More fixes for cache, extension and filter sub-system
[mailer.git] / inc / header.php
index fe18f73c4e5add995bac2de8534de4b4f3f6009f..a13fff6eb8f9203c2fe49c2f0782c3f943db0608 100644 (file)
@@ -96,7 +96,7 @@ if (($header != "1") && ($header != "2")) {
                                // Do not add the fatal message in installation mode
                                if (basename($_SERVER['PHP_SELF']) != "install.php") ADD_FATAL(NO_CONFIG_FOUND);
                        }
-               }
+               } // END - if
 
                // Save some little memory
                unset($TITLE);
@@ -106,6 +106,7 @@ if (($header != "1") && ($header != "2")) {
 
                // Include meta data in "guest" module
                if ($GLOBALS['module'] == "index") {
+                       // Load meta data template
                        LOAD_TEMPLATE("metadata");
 
                        // Add meta description to header
@@ -128,7 +129,7 @@ if (($header != "1") && ($header != "2")) {
 } // END - if
 
 // Load body or not
-if (((!$isFrameset) && ($GLOBALS['module'] != "frametester")) || (($GLOBALS['module'] == "frametester") && (isset($_GET['frame']))) || (($header == "1") && ($isFrameset) && (!empty($_GET['frame']))) && ($CSS != "1")) {
+if (($GLOBALS['module'] != "frametester") || (($GLOBALS['module'] == "frametester") && (isset($_GET['frame']))) || (($header == "1") && (!empty($_GET['frame']))) && ($CSS != "1")) {
        // Is the header sent and the script is not the mail confirmation script and not a CSS?
        if (($header == "1") && (basename($_SERVER['PHP_SELF']) != "mailid.php") && ($CSS != "1")) {
                // Add BODY tag