This commit adds the possibility to specify system-defined css in order to
[squirrelmail.git] / src / load_prefs.php
index 749c35f77684ef3ce166c53c5e8bb85a759a6b79..ccce865489d5a98a13cdc1cc56252d83a28ca0c0 100644 (file)
@@ -19,7 +19,10 @@ require_once('../functions/constants.php');
 
 $username = ( !isset($username) ? '' : $username );
 
-global $theme, $chosen_theme, $color;
+global $theme, $chosen_theme, $color, $custom_css;
+
+$custom_css = getPref($data_dir, $username, 'custom_css', 'none' );
+
 $theme = ( !isset($theme) ? array() : $theme );
 $color = ( !isset($color) ? array() : $color );