unseen string used different color before I've moved it colors to css.
[squirrelmail.git] / themes / monostochastic.php
index eee68b2835ec8a189c3e7dfcede52c0a65a537a8..6c048c9ae692f9f9d50114105a628b913f38e70c 100755 (executable)
@@ -3,15 +3,14 @@
 /**
  * monostochastic.php
  * Name:    Monostochastic
- * @author Jorey Bump
  * Date:    October 20, 2001
  * Comment: Generates random two-color frames, 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
  */
@@ -21,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background toggle **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -74,4 +73,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file