From: Roland Häder Date: Wed, 12 Jun 2013 03:20:59 +0000 (+0000) Subject: Removed @deprecated from CSS inline/PHP output X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=ab3fe2cd85baa68950504b41ea5c057899178a49 Removed @deprecated from CSS inline/PHP output --- diff --git a/inc/stylesheet.php b/inc/stylesheet.php index baaee6da2c..3c16a13359 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -86,7 +86,7 @@ if ((isCssOutputMode()) || (getCssPhp() == 'DIRECT')) { break; case 'FILE': // Output contents - $GLOBALS['__page_header'] .= readFromFile($FQFN); + $GLOBALS['__page_header'] .= removeDeprecatedComment(readFromFile($FQFN)); break; default: // Invalid mode! @@ -116,7 +116,7 @@ if ((isCssOutputMode()) || (getCssPhp() == 'DIRECT')) { } // END - foreach // Load template - $GLOBALS['__page_header'] .= loadTemplate('css_inline', TRUE, $OUT); + $GLOBALS['__page_header'] .= loadTemplate('css_inline', TRUE, removeDeprecatedComment($OUT)); } else { // Now we load all CSS files from css.php! $OUT = ' -