From 2a0ada20cb16268086d9691c2a3473860d26fe57 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 7 Jan 2000 17:40:19 +0000 Subject: [PATCH] changed the background of the motd to always be white git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@126 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index d5d4931e..16cfb0ba 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -22,23 +22,21 @@ function general_info($motd, $org_logo, $version, $org_name, $color) { echo "
"; - echo ""; + echo "
"; echo " "; echo "
"; echo "
Welcome to $org_name's WebMail system
"; - echo "
"; - echo "
"; - echo "
Running SquirrelMail version $version (c) 1999-2000.
"; - echo "
"; - echo " "; + echo "
"; + echo " "; echo " "; - echo " "; - echo " "; echo " "; -- 2.25.1
"; + echo "
"; if (strlen($org_logo) > 3) echo " "; else echo " $org_name"; + echo "
Running SquirrelMail version $version (c) 1999-2000.

"; echo "
"; + echo " "; echo " $motd"; echo "