X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconfig.php;h=f90446d97af21549a7a0ffcf689b31fdb1a1392f;hb=99259b46a0b1cc7c2b094f5b1c2830444faf7120;hp=753fb61d20a3337d7900fa144b1cb879d4f5cc38;hpb=9056247d241879681a280eb9810fa44950666e5f;p=squirrelmail.git diff --git a/config/config.php b/config/config.php index 753fb61d..f90446d9 100644 --- a/config/config.php +++ b/config/config.php @@ -1,44 +1,41 @@ Nathan or Luke."; - -// 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 + $motd = "You are using SquirrelMail's web-based email client. If you run into any bugs or have suggestions, please report them to our mailing list"; + +// Themes +// 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. +// +// You can download themes from http://squirrelmail.sourceforge.net/index.php3?page=10 +// +// 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