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 + }