Browse Source

improve pagination show

master
filesite 5 months ago
parent
commit
b560e9de4c
  1. 2
      themes/beauty/views/site/index.php

2
themes/beauty/views/site/index.php

@ -297,7 +297,7 @@ eof; @@ -297,7 +297,7 @@ eof;
<div class="text-center">
<?php
if ($total > 0) {
if ($total > $viewData['pageSize']) {
$pagination = Html::getPaginationHtmlCode($viewData['page'], $viewData['pageSize'], $total);
echo $pagination;
}

Loading…
Cancel
Save