1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionPeople/country.tpl

21 lines
403 B
Smarty

{**
* Список пользователей из определенной страны
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_page_title'}
{$aLang.user_list}:
<span>
{$oCountry->getName()|escape:'html'}
{if $aPaging}
({$aPaging.iCount})
{/if}
</span>
{/block}
{block name='layout_content'}
{include file='user_list.tpl' aUsersList=$aUsersCountry}
{/block}