From: lkehresman Date: Fri, 7 Jan 2000 20:02:15 +0000 (+0000) Subject: added ICE theme X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=aa7670815099eebee6121ea8f95e36c9265c1e91 added ICE theme git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@132 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/config.php b/config/config.php index bdfd20cd..a18227d9 100644 --- a/config/config.php +++ b/config/config.php @@ -57,6 +57,9 @@ $theme[5]["PATH"] = "../config/forest_theme.php"; $theme[5]["NAME"] = "Forest"; + $theme[6]["PATH"] = "../config/ice_theme.php"; + $theme[6]["NAME"] = "Ice"; + // Whether or not to use a special color for special folders. If not, special // folders will be the same color as the other folders $use_special_folder_color = true; diff --git a/config/ice_theme.php b/config/ice_theme.php new file mode 100644 index 00000000..200ce8c8 --- /dev/null +++ b/config/ice_theme.php @@ -0,0 +1,19 @@ + diff --git a/functions/page_header.php b/functions/page_header.php index e8b360ea..b5d71d5e 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -10,7 +10,7 @@ /** Here is the header and wrapping table **/ $shortBoxName = readShortMailboxName($mailbox, "."); echo ""; - echo " "; + echo " "; echo "
"; echo " Sign Out"; echo " ";