]> git.mxchange.org Git - mailer.git/blobdiff - inc/footer.php
New wrapper functions introduced
[mailer.git] / inc / footer.php
index a9bf76f5fe27c321e43e32f1087a4b6effc94df1..a036830ee2aaeb15b850d1b87b53f3eadc97f12e 100644 (file)
@@ -47,7 +47,7 @@ $GLOBALS['page_footer'] = '';
 
 // Footer disabled or already sent?
 // 1234      5                       54    45                            5    5                            543    3                    321
-if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (getOutputMode() != 1))) {
+if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (!isCssOutputMode()))) {
        // Run the filter, sweet huh?
        runFilterChain('page_footer');