1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/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}