From ae7369df73cee5048b3f5410031a2d92c3fc4121 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Mon, 31 Jan 2011 16:38:34 +0000 Subject: [PATCH] Corrected left arrow link, and corrected when the right arrow is enabled --- template/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/template/index.php b/template/index.php index d9663b2..71bbb02 100644 --- a/template/index.php +++ b/template/index.php @@ -55,7 +55,7 @@ public function Display(){
keys[$this->current] > 0)){ ?> style="display: none;" > - +
@@ -80,9 +80,12 @@ public function Display(){
+ + keys[$this->current] <= count($this->keys)){ ?>
+ -- 2.34.1