X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=a341fd599f49262318f0e6db42d1d79a6d5f2455;hb=3f5269bfc3bc519223716d1ee2039ffc796931fb;hp=38e4e7cd8e659b97d581be414cbcc10a12a0c2a2;hpb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 38e4e7cd8e..a341fd599f 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -44,13 +44,13 @@ $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"; +if (empty($_CONFIG['css_php'])) $_CONFIG['css_php'] = "FILE"; // Output CSS files or content or link to css.php ? -if (($CSS == "1") || ($CONFIG['css_php'] == "DIRECT")) +if (($CSS == "1") || ($_CONFIG['css_php'] == "DIRECT")) { // Load CSS files if (is_array($EXT_CSS_FILES)) @@ -76,7 +76,7 @@ if (($CSS == "1") || ($CONFIG['css_php'] == "DIRECT")) // Do include only existing files and whose are not empty if ((file_exists($file)) && (filesize($file) > 0)) { - switch ($CONFIG['css_php']) + switch ($_CONFIG['css_php']) { case "DIRECT": OUTPUT_HTML(""); @@ -94,7 +94,7 @@ if (($CSS == "1") || ($CONFIG['css_php'] == "DIRECT")) { // Now we load all CSS files from css.php! OUTPUT_HTML("