X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fgreenhouse_effect.php;h=e524d36bf0526999fbd8432d090ff41705c1b33f;hb=5cf2734273857ac74e5bd6a63ae84b6c83a64d97;hp=a3f9b93197c88a60417c44360535278382315e3b;hpb=f627180c1eb32250e9656c94ba8740610a99d19a;p=squirrelmail.git diff --git a/themes/greenhouse_effect.php b/themes/greenhouse_effect.php index a3f9b931..e524d36b 100755 --- a/themes/greenhouse_effect.php +++ b/themes/greenhouse_effect.php @@ -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);