X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=0e2045ae026938a12e0498acee01af40b7e8632b;hb=e9d9b430aa90c0519671702ce9fe13fc497451d6;hp=3748c130d14b6ebc7bb08875c69b5070933029a7;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 3748c130d1..0e2045ae02 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -54,7 +54,7 @@ if ((isInstalling()) || (!isInstalled())) $STYLES[] = 'install.css'; if (!isConfigEntrySet('css_php')) setConfigEntry('css_php', 'FILE'); // Output CSS files or content or link to css.php ? -if (($GLOBALS['output_mode'] == '1') || (getConfig('css_php') == 'DIRECT')) { +if ((getOutputMode() == '1') || (getConfig('css_php') == 'DIRECT')) { // Load CSS files $STYLES = merge_array($STYLES, EXT_GET_CSS_FILES());