Bottom row color changed
[squirrelmail.git] / functions / mailbox_display.php
index bd9ba32d3059dd5efe97ca4db6872394ba3eee5d..678606b174eb68bbca2d25e4459199ea9be3661b 100644 (file)
          } while ($i && $i < $endVar);
       }
 
-      echo "<TR BGCOLOR=\"$color[5]\"><TD colspan=5><table width=100%><tr ><td>$lMore$mMore$rMore</td><td align=right>$Message</td></tr></table></td></tr></table>";
+      echo '</table>';
+      echo "<table bgcolor=\"$color[4]\" width=100%><tr ><td>$lMore$mMore$rMore</td><td align=right>$Message</td></tr></table>";
       /** End of message-list table */
 
       do_hook('mailbox_index_after');