]> git.mxchange.org Git - mailer.git/blobdiff - inc/header.php
Introduced new image output mode #2
[mailer.git] / inc / header.php
index eac5b4e4bee54a46b7991c638b2d665cefdaba99..ec433d059814d7d44eb8db719e265e58dce48b3e 100644 (file)
@@ -19,7 +19,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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