diff --git a/www/showexp_list.php3 b/www/showexp_list.php3 index 98473011beda29f49bac12fc58ec5937a3512a26..f2b2c4ff78d7e1b0762063fe8a92bbdc2713dc5c 100644 --- a/www/showexp_list.php3 +++ b/www/showexp_list.php3 @@ -299,6 +299,9 @@ if ($thumb && !$idle) { "<a href='showexp.php3?pid=$pid&eid=$eid'>$eid</a>". "</b>". "</td>"; + + $thumbcount++; + if (($thumbcount % 4) == 0) { echo "</tr><tr>\n"; } } } else { @@ -351,15 +354,10 @@ if ($thumb && !$idle) { echo "</td></tr></table> \n"; echo "</td>"; - } - $thumbcount++; - if ($thumb == 2) { - if (($thumbcount % 4) == 0) { echo "</tr><tr>\n"; } - } else { + $thumbcount++; if (($thumbcount % 2) == 0) { echo "</tr><tr>\n"; } } - } echo "</tr></table>";