mirror of
https://github.com/openvk/openvk
synced 2024-11-15 19:49:14 +03:00
5 lines
250 B
XML
5 lines
250 B
XML
{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>
|