Some string fixes
[squirrelmail.git] / themes / spice_of_life.php
index cc799f423812fb9bec5da461de332cfcdc46e533..c6fb75d51ad2b7735a80653eb366ac4334b04a6a 100755 (executable)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * spice_of_life.php
- *    Name:    Spice of Life
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: Generates random colors for each frame,
- *             featuring either a dark or light background.
+ * Name:   Spice of Life
+ * @author Jorey Bump
+ * Date:   October 20, 2001
+ * Comment Generates random colors for each frame,
+ *         featuring either a dark or light background.
  *
- * Copyright (c) 2000-2002 The SquirrelMail Project Team
+ * Copyright (c) 2000-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /** seed the random number generator **/
@@ -19,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -65,4 +66,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file