CSS variable set in all root scripts
[mailer.git] / index.php
index c19e9a2f7700ba38b02a3ecfa66fb67a3c0127fb..f52f5fb2de9d581acf5d6b1d38ac00fbe22ec7bd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -39,6 +39,9 @@ require("inc/libs/security_functions.php");
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 
+// Set "CSS-Mode"
+$CSS = "0";
+
 // Set module
 $GLOBALS['module'] = "index";
 
 // Set module
 $GLOBALS['module'] = "index";