X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fstylesheet.php;h=10341b96e8652fcb0e7832a3922b69beca7866dd;hp=edebd693fc049fa65e7de754849e9a217f4c9475;hb=524c58a61b0a074fed8d7c9dc2f9ddab7f653595;hpb=e6e3183f794b385f5acc38b371c220cc35cdac38 diff --git a/inc/stylesheet.php b/inc/stylesheet.php index edebd693fc..10341b96e8 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") || (!defined('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";