We're living in 2004 now... perl is your friend for these kinds of things :)
[squirrelmail.git] / themes / christmas.php
index e3abfe44290cb332752e1a981acff2869f06effe..7784c262e5c32506c943ddae581cda5b7831b31d 100644 (file)
@@ -3,14 +3,16 @@
 /**
  * christmas.php
  *    Name:    Christmas
- *    Author:  Jon Tai
+ * @author Jon Tai
  *    Date:    December 23, 2001
  *    Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
  *
- * Copyright (c) 2001-2002 The SquirrelMail Project Team
+ * Copyright (c) 2001-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
@@ -27,5 +29,6 @@ $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[15]  = '#AAFFAA'; // Unselectable folders
 
 ?>