cyrus can use / as delimiter
[squirrelmail.git] / themes / in_the_pink.php
index 14b4aafe56b6f5377f79b4c4243be0d0d2216004..88cbadabf77965fabf2daddef8f889d275766e4c 100755 (executable)
@@ -2,16 +2,17 @@
 
 /**
  * in_the_pink.php
- *    Name:    In the Pink
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a reddish
- *             background with dark text.
+ * Name:    In the Pink
+ * Date:    October 20, 2001
+ * Comment: This theme generates random colors, featuring a reddish
+ *          background with dark text.
  *
- * Copyright (c) 2000-2003 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * $Id$
+ * @author Jorey Bump
+ * @copyright © 2000-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /* seed the random number generator */
@@ -56,4 +57,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file