mirror of
https://github.com/openvk/openvk
synced 2024-12-27 11:01:28 +03:00
7 lines
215 B
XML
7 lines
215 B
XML
{var $isNewPaginator = isset($thisUser) && (bool)$thisUser->getPaginatorType()}
|
|
|
|
{if $isNewPaginator}
|
|
{include "paginators/new.xml", conf => $conf}
|
|
{else}
|
|
{include "paginators/old.xml", conf => $conf}
|
|
{/if}
|