X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=a341fd599f49262318f0e6db42d1d79a6d5f2455;hb=0e500eb441c95d3128835dfabab1de1f528caed2;hp=9c3a67dd9e3714007f1c9f9b11b7c2de4ef01385;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 9c3a67dd9e..a341fd599f 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -44,7 +44,7 @@ $STYLES = array( ); // Add stylesheet for installation -if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!mxchange_installed) || (isset($_GET['installing']))) $STYLES[] = "install.css"; +if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!isBooleanConstantAndTrue('mxchange_installed')) || (isset($_GET['installing']))) $STYLES[] = "install.css"; // When no CSS output-mode is set, set it to file-output if (empty($_CONFIG['css_php'])) $_CONFIG['css_php'] = "FILE"; @@ -94,7 +94,7 @@ if (($CSS == "1") || ($_CONFIG['css_php'] == "DIRECT")) { // Now we load all CSS files from css.php! OUTPUT_HTML("