Today Cyrus 2.2.2-BETA with SASL Initial Client response was released so it
[squirrelmail.git] / themes / deepocean_theme.php
index 573dbbc478bbc8d5c09dc06da97fc3df0706ce78..ddd44303b6e6ec675bab4d90056bbc75e840030c 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * deepocean_theme.php
- *    Name:    Deep Ocean
- *    Author:  M.J. Prinsen
- *    Date:    January 3, 2000
- *    Comment: Deep Ocean is a theme that is very blue.
+ * Name:    Deep Ocean
+ * @author M.J. Prinsen
+ * Date:    January 3, 2000
+ * Comment: Deep Ocean is a theme that is very blue.
  *
- * Copyright (c) 2000-2002 The SquirrelMail Project Team
+ * Copyright (c) 2000-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,6 +29,6 @@ $color[9]   = '#587B99'; // (mid-gray)       Darker version of #0
 $color[10]  = '#496E8B'; // (dark gray)      Darker version of #9
 $color[11]  = '#A7C5F3'; // (dark red)       Special Folders color
 $color[12]  = '#7092B4';
-$color[13]  = '#83A1DA'; // (another blue)   Unselectable folders color
+$color[15]  = '#83A1DA'; // (another blue)   Unselectable folders color
 
 ?>