From 0006855f7d8508fc33d7fff107b42f7e062b891b Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 6 Aug 2010 15:41:37 -0300 Subject: First/last links at test index --- tests/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/index.php b/tests/index.php index f17cae5..c2b2e9d 100644 --- a/tests/index.php +++ b/tests/index.php @@ -44,12 +44,14 @@ if ($isis->db) { if ($entry != 1) { $prev = $entry - 1; + echo 'first '; echo '< prev '; } if ($entry < $entries) { $next = $entry + 1; - echo 'next >'; + echo 'next > '; + echo 'last'; } // Format output. -- cgit v1.2.3