String fix
[squirrelmail.git] / themes / purple_theme.php
index cfcea5fd94cf70bb47c4449e096067618ace8c28..7394f5724e70d0ac1dad118005636c8413cbaae2 100644 (file)
@@ -1,16 +1,17 @@
 <?php
 
 /**
- * purple_theme.php
- *    Name:    Purple Theme
- *    Author:  Luke Ehresman
- *    Date:    January 7, 2000
- *    Comment: This Theme is composed entirely of shades of purple.
+ * Name:   Purple Theme
+ * @author Luke Ehresman
+ * Date:   January 7, 2000
+ * Comment This Theme is composed entirely of shades of purple.
  *
- * Copyright (c) 2000-2003 The SquirrelMail Project Team
+ * Copyright (c) 2000-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
@@ -28,4 +29,4 @@ $color[10]  = '#726987'; // (dark purp)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
 $color[12]  = '#E0D9F2';
 
-?>
\ No newline at end of file
+?>