Added $color[15] for the "unselectable folders" color.
[squirrelmail.git] / themes / spice_of_life_dark.php
index 31ce2888fc126df0a886c08cab5ec2d0f594358d..eff08e4633a19b51ffc7bb33080d9358b45e00a4 100755 (executable)
@@ -23,7 +23,7 @@ $bg = mt_rand(0,1);
 /** range delimiter **/
 $bgrd = $bg * 128;
 
-for ($i = 0; $i <= 14; $i++) {
+for ($i = 0; $i <= 15; $i++) {
     /** background/foreground toggle **/
     if ($i == 0 or $i == 3 or $i == 4 or $i == 5 or $i == 9 or $i == 10 or $i == 12) {
         /** background **/