mirror of
https://github.com/openvk/openvk
synced 2024-11-16 03:59:19 +03:00
5 lines
No EOL
249 B
XML
5 lines
No EOL
249 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> |