From faf8f4a23ee9907fde0ff7daa0486dfc590defda Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 3 Dec 1999 13:59:13 +0000 Subject: [PATCH] some color updates git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@50 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config.php | 8 ++++++++ functions/mailbox_display.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config/config.php b/config/config.php index 36bd5d8c..87b93b17 100644 --- a/config/config.php +++ b/config/config.php @@ -11,6 +11,14 @@ $imapServerAddress = "adam.usa.om.org"; /* 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 Nathan or Luke."; +/* Customizable colors */ +$color_lgray = "DCDCDC"; +$color_red = "800000"; +$color_light_red = "FF0000"; +$color_left_bg = "A0B8C8"; +$color_bground = "FFFFFF"; +$color_light_yel = "FFFFCC"; + /* SquirrelMail version number -- DO NOT CHANGE */ $version = "0.0.1"; diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 645ec00a..02612731 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -174,7 +174,7 @@ echo "\n"; /** The delete and move options */ - echo ""; + echo ""; echo "
"; echo ""; echo ""; @@ -182,7 +182,7 @@ echo "            Empty Trash"; echo ""; - echo ""; + echo ""; echo ""; echo ""; echo " "; -- 2.25.1
Num