Removed sort from url query because we store sort in the session and in case
[squirrelmail.git] / themes / default_theme.php
index 9b021038a21a914c84ad86791b9dd07f0a9274bf..6c1b5f92c675ffbb3fb2c9acf780d1bf0a0ae52c 100644 (file)
@@ -1,20 +1,22 @@
 <?php
-   /** Author:       Luke Ehresman
-       Date:         January 2, 2000
-       Theme Name:   'Default Theme'
-
-       This is the default theme that comes standard with SquirrelMail.
-       Most of the colors were taken from mail.yahoo.com's theme on their
-       site.
-
-       To create a new theme, just copy this file, and edit the colors.
-       Be sure to rename the file and keep the original, just in case.
-
-       NOTE:
-       Please email any themes you create to captbunzo@squirrelmail.org
-       for inclusion in further releases of SquirrelMail and for download
-       from the web page.
-    **/
+/**
+ * @author Luke Ehresman
+ * January 2, 2000
+ * Theme Name:   'Default Theme'
+ * This is the default theme that comes standard with SquirrelMail.
+ * Most of the colors were taken from mail.yahoo.com's theme on their
+ * site.
+ *
+ * To create a new theme, just copy this file, and edit the colors.
+ * Be sure to rename the file and keep the original, just in case.
+ *
+ * NOTE:
+ * You might want to submit the theme you create to our Patches tracker
+ * on http://sourceforge.net/projects/squirrelmail
+ * for inclusion in further releases of SquirrelMail.
+ * @package squirrelmail
+ * @subpackage themes
+ **/
 
     global $color;
     $color[0]   = '#DCDCDC'; // (light gray)     TitleBar
@@ -29,6 +31,8 @@
     $color[9]   = '#ABABAB'; // (mid-gray)       Darker version of #0
     $color[10]  = '#666666'; // (dark gray)      Darker version of #9
     $color[11]  = '#770000'; // (dark red)       Special Folders color
-    $color[12]  = '#EDEDED';
+    $color[12]  = '#EDEDED'; // (light gray)     Alternate color for message list
+    $color[13]  = '#800000'; // (dark red)       Color for quoted text -- > 1 quote
+    $color[14]  = '#FF0000'; // (red)            Color for quoted text -- >> 2 or more
     $color[15]  = '#002266'; // (dark blue)      Unselectable folders
 ?>