summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/game.php b/include/game.php
index 55ce7a6..3bbfccd 100644
--- a/include/game.php
+++ b/include/game.php
@@ -1735,8 +1735,8 @@ switch($mystatus)
echo " </div>\n </li>\n"; /* end div trick, end li trick */
}
-
- echo "</ul>\n"; /* end ul tricks*/
+ echo " <li onclick=\"hl_prev();\" class=\"old\"><a href=\"#\">prev</a></li>\n";
+ echo " <li onclick=\"hl_next();\" class=\"old\"><a href=\"#\">next</a></li>\n</ul>\n"; /* end ul tricks*/
echo "<div class=\"notes\"> Personal notes: <br />\n";
$notes = DB_get_notes_by_userid_and_gameid($myid,$gameid);