]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Global variables rewritten
[mailer.git] / inc / stylesheet.php
index 8c62a7b7b7a37afaf166945aa196a5436a85ada6..e9aa80ca4525b58d80d5e11511ebb8705df3a9dc 100644 (file)
@@ -49,7 +49,7 @@ if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!isBooleanConstantAndT
 if (!isConfigEntrySet('css_php')) setConfigEntry('css_php', "FILE");
 
 // Output CSS files or content or link to css.php ?
-if (($CSS == "1") || (getConfig('css_php') == "DIRECT")) {
+if (($GLOBALS['output_mode'] == "1") || (getConfig('css_php') == "DIRECT")) {
        // Load CSS files
        if (is_array($EXT_CSS_FILES)) {
                // Load extension's CSS files