From 7995c55fdb85633f08b362154327a7c81c17305f Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 28 Dec 2001 17:00:53 +0000 Subject: [PATCH] " -> ' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1987 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/christmas.php | 26 +++++++++++++------------- themes/midnight.php | 28 ++++++++++++++-------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/themes/christmas.php b/themes/christmas.php index c8cb0e2d..e3abfe44 100644 --- a/themes/christmas.php +++ b/themes/christmas.php @@ -14,18 +14,18 @@ */ global $color; -$color[0] = "#5C9F5C"; // TitleBar -$color[1] = "#AF0000"; // Unseen messages color (unused?) -$color[2] = "#CC0000"; // Warning/Error Messages -$color[3] = "#308030"; // Left Bar Background -$color[4] = "#FFFFFF"; // Normal Background -$color[5] = "#88BA88"; // Table Headers -$color[6] = "#DEDEDE"; // Text on left bar -$color[7] = "#EE0000"; // Links -$color[8] = "#000000"; // Normal text -$color[9] = "#308F30"; // Darker version of #0 -$color[10] = "#88AA88"; // Dimmed out folder color -$color[11] = "#EE0000"; // Special folders / Unseen messages color -$color[12] = "#DDFFDD"; // Alternate table row color +$color[0] = '#5C9F5C'; // TitleBar +$color[1] = '#AF0000'; // Unseen messages color (unused?) +$color[2] = '#CC0000'; // Warning/Error Messages +$color[3] = '#308030'; // Left Bar Background +$color[4] = '#FFFFFF'; // Normal Background +$color[5] = '#88BA88'; // Table Headers +$color[6] = '#DEDEDE'; // Text on left bar +$color[7] = '#EE0000'; // Links +$color[8] = '#000000'; // Normal text +$color[9] = '#308F30'; // Darker version of #0 +$color[10] = '#88AA88'; // Dimmed out folder color +$color[11] = '#EE0000'; // Special folders / Unseen messages color +$color[12] = '#DDFFDD'; // Alternate table row color ?> diff --git a/themes/midnight.php b/themes/midnight.php index 0952e61c..6da08ccd 100644 --- a/themes/midnight.php +++ b/themes/midnight.php @@ -14,19 +14,19 @@ */ global $color; -$color[0] = "#0000FF"; // TitleBar -$color[1] = "#800000"; // Unseen messages color (unused?) -$color[2] = "#CC0000"; // Warning/Error Messages -$color[3] = "#000066"; // Left Bar Background -$color[4] = "#000000"; // Normal Background -$color[5] = "#003333"; // Table Headers -$color[6] = "#FFFFFF"; // Text on left bar -$color[7] = "#00FFCC"; // Links -$color[8] = "#FFFFFF"; // Normal text -$color[9] = "#000099"; // Darker version of #0 -$color[10] = "#33FF66"; // Dimmed out folder color -$color[11] = "#000060"; // Special folders / Unseen messages color -$color[12] = "#3300CC"; // Alternate table row color -$color[13] = "#3333CC"; +$color[0] = '#0000FF'; // TitleBar +$color[1] = '#800000'; // Unseen messages color (unused?) +$color[2] = '#CC0000'; // Warning/Error Messages +$color[3] = '#000066'; // Left Bar Background +$color[4] = '#000000'; // Normal Background +$color[5] = '#003333'; // Table Headers +$color[6] = '#FFFFFF'; // Text on left bar +$color[7] = '#00FFCC'; // Links +$color[8] = '#FFFFFF'; // Normal text +$color[9] = '#000099'; // Darker version of #0 +$color[10] = '#33FF66'; // Dimmed out folder color +$color[11] = '#000060'; // Special folders / Unseen messages color +$color[12] = '#3300CC'; // Alternate table row color +$color[13] = '#3333CC'; ?> -- 2.25.1