X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=cd64492f18d13a9fd80b9c12b19e1faa74d39e96;hb=0a8aa21fd12518fb7549b2ea225f75f5a24cd309;hp=219918f6b25e32b310880266b7310ea89f22756b;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 219918f6b2..cd64492f18 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -53,7 +53,7 @@ if ((isInstallationPhase())) $STYLES[] = 'install.css'; if (!isConfigEntrySet('css_php')) setConfigEntry('css_php', 'FILE'); // Output CSS files or content or link to css.php ? -if ((getOutputMode() == '1') || (getConfig('css_php') == 'DIRECT')) { +if ((getOutputMode() == 1) || (getConfig('css_php') == 'DIRECT')) { // Load CSS files $STYLES = merge_array($STYLES, getExtensionCssFiles()); @@ -82,7 +82,7 @@ if ((getOutputMode() == '1') || (getConfig('css_php') == 'DIRECT')) { } // END - switch } // END - if } // END - foreach -} elseif ((getOutputMode() == '0') || (getConfig('css_php') == 'INLINE')) { +} elseif ((getOutputMode() == 0) || (getConfig('css_php') == 'INLINE')) { // Load CSS files $STYLES = merge_array($STYLES, getExtensionCssFiles());