]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
One more found
[mailer.git] / inc / footer.php
index 6d84c2d2a5baa23b745a9b65940906c2bd2d3d32..e9c5abe777e874275ea718de2b50cc0fd50b0601 100644 (file)
@@ -44,8 +44,8 @@ if (!defined('__SECURITY')) {
 $GLOBALS['page_footer'] = '';
 
 // Footer disabled or already sent?
-// 1234      5                       54    45                            5    5                            543    3                44321
-if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (!isCssOutputMode()))) {
+// 1234      5                       54    45                            5    5                            543    3                443    3                 443    3                  44321
+if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (!isCssOutputMode()) && (!isAjaxOutputMode()) && (!isImageOutputMode()))) {
        // Run the filter, sweet huh?
        runFilterChain('page_footer');