X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=cd64492f18d13a9fd80b9c12b19e1faa74d39e96;hb=1c6f1e3a075bb30911a3ac6cf6f90c9125261ec5;hp=219918f6b25e32b310880266b7310ea89f22756b;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;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());