diff options
-rw-r--r-- | themes/admin_wind/views/paginator.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/views/paginator.html.php b/themes/admin_wind/views/paginator.html.php index 3cb0223d..b46d9741 100644 --- a/themes/admin_wind/views/paginator.html.php +++ b/themes/admin_wind/views/paginator.html.php @@ -27,6 +27,7 @@ // ?> +<? if ($total): ?> <ul class="g-paginator ui-helper-clearfix"> <li class="g-first"> <? if ($page_type == "collection"): ?> @@ -61,8 +62,6 @@ <? else: ?> <?= t("%position of %total", array("position" => $position, "total" => $total)) ?> <? endif ?> - <? else: ?> - <?= t("No photos") ?> <? endif ?> </li> @@ -86,3 +85,4 @@ <? endif ?> </li> </ul> +<? endif ?>
\ No newline at end of file |