adding missing options
[squirrelmail.git] / themes / monostochastic.php
index 1dba595342c9f6b207d96be53ded04e46d3d5b95..14e539270fc7d70ecb5893859f267945f124c658 100755 (executable)
@@ -8,7 +8,7 @@
  * Comment: Generates random two-color frames, featuring either
  *          a dark or light background.
  *
- * Copyright (c) 2000-2003 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$
@@ -21,7 +21,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background toggle **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -74,4 +74,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file