disables page pagination
This commit is contained in:
parent
caf4ed8472
commit
0d865d84f2
|
@ -78,6 +78,7 @@ if ($activePage):
|
||||||
|
|
||||||
|
|
||||||
<?php $this->trigger('view.show.after'); ?>
|
<?php $this->trigger('view.show.after'); ?>
|
||||||
<?php if ($showPagePagination): ?>
|
<?php /* if ($showPagePagination): */ ?>
|
||||||
|
<?php if (1 == 0): ?>
|
||||||
<?php echo $this->sitePagePagination(); ?>
|
<?php echo $this->sitePagePagination(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
Loading…
Reference in New Issue