Refactoring
This commit is contained in:
parent
be4bcf3e9f
commit
14b06905d5
3 changed files with 14 additions and 8 deletions
|
@ -219,7 +219,7 @@
|
|||
?>
|
||||
</div>
|
||||
<?php
|
||||
if ($config['cops_max_item_per_page'] != -1 && $currentPage->totalNumber != -1) {
|
||||
if ($currentPage->isPaginated ()) {
|
||||
$prevLink = $currentPage->getPrevLink ();
|
||||
$nextLink = $currentPage->getNextLink ();
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue