1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionProfile/friends.tpl
2014-12-05 18:49:29 +07:00

16 lines
327 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}
{include 'components/user/user-list.tpl' users=$friends pagination=$paging}
{/block}