Easy moe changes

This commit is contained in:
Rob Pearce 2008-11-04 19:22:46 +00:00
parent 59701fe39a
commit b154d22c88
1 changed files with 5 additions and 1 deletions

View File

@ -72,7 +72,11 @@ echo "<html>";
echo "<title>ratcatcher high scores</title>";
echo "<body bgcolor=\"#ffffff\">";
*/
echo "<center><h2>High Scores</h2></center>";
if ($easymode) {
echo "<center><h2>High Scores - Easy</h2></center>";
} else {
echo "<center><h2>High Scores - Normal</h2></center>";
}
echo "<table width=100%>";
echo "<tr>";