Changing previous and next buttons text

Better button text for smaller screens
This commit is contained in:
rootcoma 2013-11-26 01:32:58 -08:00
parent b869129dde
commit fef80e6e8a
1 changed files with 3 additions and 3 deletions

View File

@ -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 '</ul></div>';
}
}
}