1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/components/user-list-add/list.tpl
Denis Shakhov 9afb2fe21b Подготовка компонентов к переносу
Относительные пути в extend'ах заменены на независимые вида component@name.template
2015-01-29 13:41:05 +07:00

17 lines
403 B
Smarty

{**
* Список пользователей
*
* @param object $users
* @param string $title
* @param boolean $hideableEmptyAlert
* @param boolean $show
* @param array $exclude
*}
{extends 'Component@user.user-list-small'}
{block 'user_list_small_item'}
{block 'user_list_add_item'}
{component 'user-list-add' template='item' user=$user showActions=true}
{/block}
{/block}