Now showing levle names
This commit is contained in:
parent
626e4ba05e
commit
0930781c32
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue