mirror of
https://github.com/openvk/openvk
synced 2024-11-15 19:49:14 +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}
|