X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fheader.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=c92c887891e04b93486205d74fd6c16158de30fc;hp=f729ec3ed0926cad6ff7ac782986fcbaf74b859f;hpb=e8e6d1de77ccdb4b555934da5b7086cbd1140fc7;p=mailer.git diff --git a/inc/header.php b/inc/header.php index f729ec3ed0..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 ?>