]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / stylesheet.php
index cd64492f18d13a9fd80b9c12b19e1faa74d39e96..d311ef3d29bdfe42698731562a3589f88cdd7147 100644 (file)
@@ -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());