disables page pagination

This commit is contained in:
buttle 2021-05-17 16:34:35 +02:00
parent caf4ed8472
commit 0d865d84f2
1 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ if ($activePage):
<?php $this->trigger('view.show.after'); ?>
<?php if ($showPagePagination): ?>
<?php /* if ($showPagePagination): */ ?>
<?php if (1 == 0): ?>
<?php echo $this->sitePagePagination(); ?>
<?php endif; ?>