Clarify and simplify how session is destroyed and separate from session restore mechanism
[squirrelmail.git] / themes / greenhouse_effect.php
index a3f9b93197c88a60417c44360535278382315e3b..e524d36bf0526999fbd8432d090ff41705c1b33f 100755 (executable)
@@ -25,10 +25,10 @@ include_once(SM_PATH . 'functions/strings.php');
 /** seed the random number generator **/
 sq_mt_randomize();
 
-for ($i = 0; $i <= 15; $i++) {
+for ($i = 0; $i <= 16; $i++) {
     /* background/foreground toggle **/
-    if (($i == 0) || ($i == 3) || ($i == 4) || ($i == 5)
-         || ($i == 9) || ($i == 10) || ($i == 12)) {
+    if ($i == 0 || $i == 3 || $i == 4 || $i == 5
+         || $i == 9 || $i == 10 || $i == 12 || $i == 16) {
         /* background */
         $g = mt_rand(248,255);
         $r = mt_rand(110,248);