there are 16 color keys
[squirrelmail.git] / doc / themes.txt
index deaa277606c40898eeb22fe4b5f54da728b22426..4e7fbb41364a4e5da3926f7351b1679c90edf468 100644 (file)
@@ -3,7 +3,7 @@ Themes
 
 To create a theme, it is very simple.  Just go into the themes/ directory
 and create a file called yourtheme_theme.php.  You then need to create an
-array with 13 elements (0-12).  Below is an example followed by a
+array with 16 elements (0-15).  Below is an example followed by a
 description of what the different entries are for.
 
 ---<START>--- 
@@ -30,6 +30,7 @@ description of what the different entries are for.
     $color[12]  = '#xxxxxx';
     $color[13]  = '#xxxxxx';
     $color[14]  = '#xxxxxx';
+    $color[15]  = '#xxxxxx';
 
 ?>
 ---<END>---
@@ -56,6 +57,7 @@ f 14: Color for text with more than one quote (default: #FF0000)
 f 15: Non-selectable folders in the left frame (defaults to $color[6])
 
 Next all you have to do is run conf.pl and add the theme to the list
-of themes available to you.  If you would like your theme to be 
-included in the distribution of SquirrelMail, just email it to
-<captbunzo@squirrelmail.org>.
+of themes available to you.
+
+
+$Id$