Updated the themes, and general SquirrelMail stuff
[squirrelmail.git] / config / config.php
index 3a297977148fe6b5f33fb659544cc0ebace7ba30..640e0268ca93b7440333c1cf47d0f07c42744f6d 100644 (file)
@@ -1,13 +1,13 @@
 <?
 //  Organization's logo picture (blank if none)
-    $org_logo = "../images/om_webmail.gif";
+    $org_logo = "../images/logo.jpg";
 
 //  Organization's name
-    $org_name = "Operation Mobilization";
+    $org_name = "SquirrelMail";
 
 //  Webmail Title
 //  This is the title that goes at the top of the browser window
-    $org_title = "OM-USA WebMail";
+    $org_title = "SquirrelMail $version";
 
 //  The server that your imap server is on
     $imapServerAddress = "localhost";
     $smtpPort = 25;
 
 //  This is displayed right after they log in
-    $motd = "  Welcome to OM's webmail system, SquirrelMail.  We are currently in beta, and have not yet released a full version of SquirrelMail.  Please feel free to look around, and please report any bugs to <A HREF=\"mailto:nathan@usa.om.org\">Nathan</A> or <A HREF=\"mailto:luke@usa.om.org\">Luke</A>.";
+    $motd = "";
+    $motd .= "You are using SquirrelMail's web-based email client.  If you run into any bugs or have ";
+    $motd .= "suggestions, please report them to our <A HREF=\"mailto:squirrelmail-list@sourceforge.net\">mailing list</A>";
 
 //  Customizable colors
-    $color[0]   = "DCDCDC"; // Light Gray
-    $color[1]   = "800000"; // Red
-    $color[2]   = "CC0000"; // Light Red
-    $color[3]   = "A0B8C8"; // Left Background
-    $color[4]   = "FFFFFF"; // Background
-    $color[5]   = "FFFFCC"; // Light Yellow
-    $color[6]   = "000000"; // Left Text
-    $color[7]   = "0000CC"; // Link
-    $color[8]   = "000000"; // Text
-    $color[9]   = "ABABAB"; // Darker light gray
-    $color[10]  = "666666"; // Darker light gray
-    $color[11]  = "770000"; // Special folder color
+//     You can define your own theme and put it in this directory.  You must
+//     call it as the example below.  You can name the theme whatever you
+//     want.  For an example of a theme, see the ones included in the config
+//     directory.
+//   Example:   require("../config/default_theme.php");
+    require("../config/default_theme.php");
 
 //  Whether or not to use $color[11] for special folders.  If not, special
 //  folders will be the same color as the other folders