From fef80e6e8a6ea46a903b824ecaa1f45ee05c3b58 Mon Sep 17 00:00:00 2001 From: rootcoma Date: Tue, 26 Nov 2013 01:32:58 -0800 Subject: [PATCH] Changing previous and next buttons text Better button text for smaller screens --- php/pagination.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php/pagination.php b/php/pagination.php index 7eadcf9..9f7d117 100644 --- a/php/pagination.php +++ b/php/pagination.php @@ -3,8 +3,8 @@ { protected $key = 'page'; protected $target = ''; - protected $next = 'Next »'; - protected $previous = '« Previous'; + protected $next = '»'; + protected $previous = '«'; protected $crumbs = 5; protected $resultsPerPage = 10; protected $currentPage; @@ -153,4 +153,4 @@ } echo ''; } - } \ No newline at end of file + }