From 44aa932e007e6e0500eb426d5c691e139e449f24 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Wed, 3 Jun 2015 23:27:21 +0200 Subject: [PATCH] Navigate using icons --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 42e4130..bbfcc6c 100644 --- a/index.php +++ b/index.php @@ -72,7 +72,7 @@ if ($pageNum > 1) { $page = $pageNum - 1; $prev = " [\"Previous\" | "; + class='whitefooter'>\"Previous\" "; $first = " \"First\" "; } else { @@ -83,7 +83,7 @@ if ($pageNum < $maxPage) { $page = $pageNum + 1; $next = " \"Next\" | "; + class='whitefooter'>\"Next\" "; $last = " \"Last\" "; } else { -- 2.39.2