From 1132ca2ccda76df5ed2b1bea6b64015d4dc86880 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 25 May 2008 11:08:04 -0700 Subject: [PATCH 1/1] NEW FEATURE: add two buttons to move forward and backwards through the tricks makes navigation through the games easier Signed-off-by: Arun Persaud --- include/game.php | 4 ++-- include/output.php | 13 +++++++++++++ 2 files changed, 15 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 " \n \n"; /* end div trick, end li trick */ } - - echo "\n"; /* end ul tricks*/ + echo "
  • prev
  • \n"; + echo "
  • next
  • \n\n"; /* end ul tricks*/ echo "
    Personal notes:
    \n"; $notes = DB_get_notes_by_userid_and_gameid($myid,$gameid); diff --git a/include/output.php b/include/output.php index 62ab264..28489a0 100644 --- a/include/output.php +++ b/include/output.php @@ -230,6 +230,7 @@ function output_header() -- 2.25.1