1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-26 12:00:47 +03:00
ifhub-skin/actions/ActionProfile/friends.tpl

16 lines
320 B
Smarty

{**
* Список друзей
*
* @param array $friends
* @param array $paging
*}
{extends 'layouts/layout.user.tpl'}
{block 'layout_user_page_title'}
{lang name='user.friends.title'}
{/block}
{block 'layout_content' append}
{component 'user' template='list' users=$friends pagination=$paging}
{/block}