Now showing levle names

This commit is contained in:
Rob Pearce 2008-12-02 22:11:20 +00:00
parent 626e4ba05e
commit 0930781c32
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function getworldname($wld) {
for ($w = 1; $w <= 4; $w++) {
echo "<tr>\n";
printf("<th colspan=4>World %d</th>\n",$w);
printf("<th colspan=4>World %d - %s</th>\n",$w, getworldname($w));
echo "</tr>\n";
for ($l = 1; $l <= 20;) {
echo "<tr>\n";