Bugfix in the page selector on/off option
[squirrelmail.git] / themes / forest_theme.php
index 53f91ed79cb479537cb0406d20105277032cc1f2..4384f6910007beecb09f4e1e270e1d94f368b63b 100644 (file)
@@ -6,6 +6,7 @@
        This theme uses Forest-ish colors (mostly green)
     **/
 
+    global $color;
     $color[0]   = "#9EBFA7"; // (light purp)     TitleBar
     $color[1]   = "#800000"; // (red)
     $color[2]   = "#CC0000"; // (light red)      Warning/Error Messages
@@ -18,4 +19,5 @@
     $color[9]   = "#88a990"; // (mid purp)       Darker version of #0
     $color[10]  = "#5E7F67"; // (dark purp)      Darker version of #9
     $color[11]  = "#4A9B62"; // (dark red)       Special Folders color
+    $color[12]  = "#D2F3DA";
 ?>