X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffooter.php;h=610d1d951dbddbb504571918ffaa7a02675c4f7b;hb=bd5226ed8d217bbef9b5e57e0bfe6ba72b034be2;hp=a9bf76f5fe27c321e43e32f1087a4b6effc94df1;hpb=abbe2258537989f571d4e4ab78083f9e2d56d96a;p=mailer.git diff --git a/inc/footer.php b/inc/footer.php index a9bf76f5fe..610d1d951d 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -46,8 +46,8 @@ if (!defined('__SECURITY')) { $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))) { +// 1234 5 54 45 5 5 543 3 44321 +if ((((!isset($GLOBALS['footer_sent'])) || (($GLOBALS['footer_sent'] != 1) && ($GLOBALS['footer_sent'] != 2))) && (!isCssOutputMode()))) { // Run the filter, sweet huh? runFilterChain('page_footer');