X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fheader.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=c92c887891e04b93486205d74fd6c16158de30fc;hp=45b1caa4d6963b699d8dad1468a2443a3cac7fe9;hpb=de454a4f3cba4ac73cb9a0bc4dc02f81bdd4e53f;p=mailer.git diff --git a/inc/header.php b/inc/header.php index 45b1caa4d6..f551ef47b7 100644 --- a/inc/header.php +++ b/inc/header.php @@ -1,137 +1,3 @@ "); - $GLOBALS['header_sent'] = 1; -} // END - if - -// Load body or not -if (($GLOBALS['module'] != "frametester") || (($GLOBALS['module'] == "frametester") && (REQUEST_ISSET_GET(('frame')))) || (($GLOBALS['header_sent'] == "1") && (REQUEST_ISSET_GET(('frame')))) && ($GLOBALS['output_mode'] != "1")) { - // Is the header sent and the script is not the mail confirmation script and not a CSS? - if (($GLOBALS['header_sent'] == "1") && (basename($_SERVER['PHP_SELF']) != "mailid.php") && ($GLOBALS['output_mode'] != "1")) { - // Add BODY tag - LOAD_TEMPLATE("page_body"); - $GLOBALS['header_sent'] = 2; - } // END - if -} // END - if - -// +// @DEPRECATED ?>