"); $header = 1; } // Set unsetted variables if (empty($_GET['frame'])) $_GET['frame'] = ""; // Load body or not if ((($GLOBALS['module'] != "frametester")) || (($header == "1") && ($GLOBALS['module'] == "frametester") && (!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 LOAD_TEMPLATE("page_body"); $header = 2; } } // ?>