Some string fixes
[squirrelmail.git] / themes / spice_of_life.php
index eca95f3b089940956559d9cc9dbf517ac568777b..c6fb75d51ad2b7735a80653eb366ac4334b04a6a 100755 (executable)
@@ -7,7 +7,7 @@
  * Comment Generates random colors for each frame,
  *         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$
@@ -20,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -66,4 +66,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file