And now even with the correct URL...
[squirrelmail.git] / config / config_default.php
index 79518ad395e8f8ea3886e77d938ba9ca6f503ee7..0175d8797e2c8301cefcf9360160d7ca9c4711f7 100644 (file)
@@ -9,7 +9,7 @@
 //
 
     // don't change
-    $config_version = "x51";
+    $config_version = "x52";
 
 //  Organization's logo picture (blank if none)
     $org_logo = "../images/sm_logo.jpg";
 //     want.  For an example of a theme, see the ones included in the config
 //     directory.
 //
-//     You can download themes from http://squirrelmail.sourceforge.net/index.php3?page=10
-//
 //  To add a new theme to the options that users can choose from, just add
 //  a new number to the array at the bottom, and follow the pattern.
 
     $theme[11]["PATH"] = "../themes/high_contrast_theme.php";
     $theme[11]["NAME"] = "High Contrast";
 
+    $theme[12]["PATH"] = "../themes/black_bean_burrito_theme.php";
+    $theme[12]["NAME"] = "Black Bean Burrito";
+
+    $theme[13]["PATH"] = "../themes/servery_theme.php";
+    $theme[13]["NAME"] = "Servery";
+
 //  LDAP server(s)
 //
 //    Array of arrays with LDAP server parameters. See
 //    functions/abook_ldap_server.php for a list of possible
 //    parameters
+//
+//    EXAMPLE:
+//
+//    $ldap_server[0] = Array(
+//                     "host" => "memberdir.netscape.com",
+//                     "name" => "Netcenter Member Directory",
+//                     "base" => "ou=member_directory,o=netcenter.com");
 
-    $ldap_server[0] = Array(
-                       "host" => "memberdir.netscape.com",
-                       "name" => "Netcenter Member Directory",
-                       "base" => "ou=member_directory,o=netcenter.com");
 
-    $ldap_server[1] = Array(
-                       "host" => "ldap.bigfoot.com",
-                       "name" => "Bigfoot Directory",
-                       "base" => "",
-                       "charset" => "iso8859-1");
 
  // you have an option to chose between javascript or html version of
  // address book searching.