Added @package and @subpackage tags (and in some cases, @author tags) in preparation...
[squirrelmail.git] / themes / christmas.php
index e3abfe44290cb332752e1a981acff2869f06effe..c04e1e61fb03650bdd90670fdbddc49906162507 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-2003 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
 
 ?>