]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Updated propset.sh, fixed all SVN properties
[mailer.git] / inc / stylesheet.php
index 29b7304c5ccb471498bf068e8fd4da7f129d3954..bb2bb16c6c83db15f22e194f0ef20410e7a9049b 100644 (file)
@@ -116,7 +116,7 @@ if ((isCssOutputMode()) || (getConfig('css_php') == 'DIRECT')) {
        } // END - foreach
 
        // Load template
-       $GLOBALS['__page_header'] .= loadTemplate('css_inline', true, $OUT);
+       $GLOBALS['__page_header'] .= loadTemplate('css_inline', TRUE, $OUT);
 } else {
        // Now we load all CSS files from css.php!
        $OUT = '<link rel="stylesheet" type="text/css" href="{%url=css.php';