diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/game.php | 5 |
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 " <a href=\"{$INDEX}?action=game&me=$previous\">"._('previous')."</a> \n"; if($next) echo " <a href=\"{$INDEX}?action=game&me=$next\">"._('next')."</a> \n"; + + if($j != $i ) + echo " <a href=\"{$INDEX}?action=game&me=$lasthash\">"._('last')."</a> \n"; } - if($j != $i ) - echo " <a href=\"{$INDEX}?action=game&me=$lasthash\">last</a> \n"; echo "\n</div>\n"; } |