- added a view header option
[squirrelmail.git] / config / config_default.php
index 9679ddb7dcce997403b5125f7cade215239ef9e3..69ea08eda7253841d176a1a21166d8e7f1a199c7 100644 (file)
     $theme[8]["PATH"] = "../config/plain_blue_theme.php";
     $theme[8]["NAME"] = "Plain Blue";
 
+    $theme[9]["PATH"] = "../config/bluesteel_theme.php";
+    $theme[9]["NAME"] = "Blue Steel";
 
 //  LDAP server(s)
 //
                        "base" => "",
                        "charset" => "iso8859-1");
 
+ // you have an option to chose between javascript or html version of
+ // address book searching.  
+ //   true = javascript
+ //  false = html
+
+ $default_use_javascript_addr_book = false;
+
 ?>