X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fstylesheet.php;h=8a519af59776b3fdddcef77132a2947e30dcd88f;hp=dfbe878f02b3f29cfdc8b147be798b24b45e6012;hb=f74581eca45c393033acfd9d7798b958031bc625;hpb=8b3b0fae36adfa1ef72f436d107d11404b326ec5 diff --git a/inc/stylesheet.php b/inc/stylesheet.php index dfbe878f02..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')) || (REQUEST_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");