X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=8a519af59776b3fdddcef77132a2947e30dcd88f;hb=ee71bda9cc7d75f090ae2e1a2d05d4903523e112;hp=6e6fafe2cd21c45d7d6b2beb746034abadf3eb61;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 6e6fafe2cd..8a519af597 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -43,7 +43,7 @@ $STYLES = array( ); // Add stylesheet for installation -if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!isBooleanConstantAndTrue('mxchange_installed')) || (isset($_GET['installing']))) $STYLES[] = "install.css"; +if ((basename($_SERVER['PHP_SELF']) == "install.php") || (!isInstalled()) || (REQUEST_ISSET_GET(('installing')))) $STYLES[] = "install.css"; // When no CSS output-mode is set, set it to file-output if (!isConfigEntrySet('css_php')) setConfigEntry('css_php', "FILE"); @@ -75,11 +75,11 @@ if (($GLOBALS['output_mode'] == "1") || (getConfig('css_php') == "DIRECT")) { } else { // Now we load all CSS files from css.php! OUTPUT_HTML("");