X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fheader.php;h=ec433d059814d7d44eb8db719e265e58dce48b3e;hp=740e324dd95f19e6483dd58b2ad7c3dae473c411;hb=262c3e87d0a80ec8a4435b2564d4b666fd329bf6;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/inc/header.php b/inc/header.php index 740e324dd9..ec433d0598 100644 --- a/inc/header.php +++ b/inc/header.php @@ -51,7 +51,7 @@ if (($GLOBALS['header_sent'] != 1) && ($GLOBALS['header_sent'] != 2)) { setHttpStatus('200 OK'); // If not in CSS mode generate the header - if (!isCssOutputMode()) { + if ((!isCssOutputMode()) && (!isAjaxOutputMode()) && (!isImageOutputMode())) { // Prepare the header for HTML output loadHtmlHeader(); } // END - if