$theme_css is no longer supported.
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Oct 2006 16:36:30 +0000 (16:36 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Oct 2006 16:36:30 +0000 (16:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11810 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl
config/config_default.php
functions/page_header.php

index d87b702e8e334753792111253d52f3a017a59d80..9dec82ff5a5cf2a95e5ba0d9d9b0c4da07b0aee2 100755 (executable)
@@ -330,7 +330,7 @@ while ( $line = <FILE> ) {
             $ldap_writeable[$sub] = $writeable;
             $ldap_search_tree[$sub] = $search_tree;
             $ldap_starttls[$sub] = $starttls;
-        } elsif ( $options[0] =~ /^(data_dir|attachment_dir|theme_css|org_logo|signout_page|icon_theme_def)$/ ) {
+        } elsif ( $options[0] =~ /^(data_dir|attachment_dir|org_logo|signout_page|icon_theme_def)$/ ) {
             ${ $options[0] } = &change_to_rel_path($options[1]);
         } else {
             ${ $options[0] } = $options[1];
@@ -4102,7 +4102,6 @@ sub save_data {
         print CF "\n";
 
         # strings
-        print CF "\$theme_css = " . &change_to_SM_path($theme_css) . ";\n";
         if ( $theme_default eq '' ) { $theme_default = '0'; }
         print CF "\$theme_default = $theme_default;\n";
 
index 4b0d442c141a7e90cd0a2cdc80b8ff643ef2a55a..c9e6f27b0305cd2eb2c8e8446773b1cbb9400693 100644 (file)
@@ -675,7 +675,6 @@ $session_name = 'SQMSESSID';
  * $theme_default sets theme that will be used by default
  * used by default.
  * @global integer $theme_default
- * @global string $theme_css
  */
 $theme_default = 0;
 
index 700d2210ce5ad6063bd502d67f84f9714d20714f..beafbdb6a707adc7702a32777795cc20dd49c998 100644 (file)
@@ -32,7 +32,7 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE
     if ( !sqgetGlobalVar('base_uri', $base_uri, SQ_SESSION) ) {
         global $base_uri;
     }
-    global $theme_css, $custom_css, $pageheader_sent, $theme, $theme_default, $text_direction,
+    global $custom_css, $pageheader_sent, $theme, $theme_default, $text_direction,
         $default_fontset, $chosen_fontset, $default_fontsize, $chosen_fontsize, $chosen_theme;
 
     /* add no cache headers here */