diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/index/logs.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml index 42be022d6..896a19765 100644 --- a/app/views/index/logs.phtml +++ b/app/views/index/logs.phtml @@ -14,7 +14,7 @@ ?> <?php if (!empty($items)) { ?> - <?php $this->logsPaginator->render('logs_pagination.phtml'); ?> + <?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?> <div id="loglist-wrapper" class="table-wrapper"> <table id="loglist"> <thead> @@ -41,7 +41,7 @@ </tbody> </table> </div> - <?php $this->logsPaginator->render('logs_pagination.phtml'); ?> + <?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?> |
