summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/game.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/game.php b/include/game.php
index 4fa950c..d43699b 100644
--- a/include/game.php
+++ b/include/game.php
@@ -337,9 +337,10 @@ if($session)
echo "&nbsp;&nbsp;&nbsp;<a href=\"{$INDEX}?action=game&amp;me=$previous\">"._('previous')."</a> \n";
if($next)
echo "&nbsp;&nbsp;&nbsp;<a href=\"{$INDEX}?action=game&amp;me=$next\">"._('next')."</a> \n";
+
+ if($j != $i )
+ echo "&nbsp;&nbsp;&nbsp;<a href=\"{$INDEX}?action=game&amp;me=$lasthash\">"._('last')."</a> \n";
}
- if($j != $i )
- echo "&nbsp;&nbsp;&nbsp;<a href=\"{$INDEX}?action=game&amp;me=$lasthash\">last</a> \n";
echo "\n</div>\n";
}