openvk/Web/Presenters/templates/components/paginators/new.xml

5 lines
249 B
XML
Raw Normal View History

2023-08-11 10:01:54 +03:00
{var $pageCount = ceil($conf->count / $conf->perPage)}
<div n:if="!($conf->page === 1 && $conf->count <= $conf->perPage) && $conf->page < $pageCount" class="showMore" data-pageсount="{$pageCount}" data-page="{$conf->page}">
{_show_more}
</div>