documenting one more get var
[squirrelmail.git] / themes / spice_of_life.php
index f9e20f5ecba7e28f38c82a9c441d0643ef1d789d..e19b235cb2ada26a76e146a02dfd7f6b018a6a63 100755 (executable)
@@ -2,15 +2,14 @@
 
 /**
  * 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-2004 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
  */
@@ -20,7 +19,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -66,4 +65,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file