1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
ifhub.club/application/frontend/components/blog/invite/invite-list.tpl
Denis Shakhov c31a235423 Компоненты специфичные для lscms перенесены во frontend/components
Остальные перенесены во фреймворк
2015-01-31 19:16:15 +07:00

9 lines
193 B
Smarty

{**
* Список пользователей
*}
{extends 'Component@user-list-add.list'}
{block 'user_list_add_item'}
{include './invite-item.tpl' user=$user showActions=true}
{/block}