1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-05 02:18:18 +03:00
ifhub.club/application/frontend/components/user/list/user-list-loop.tpl
2015-04-17 23:21:45 +07:00

9 lines
172 B
Smarty

{**
* Список пользователей
*
* @param array $users
*}
{foreach $smarty.local.users as $user}
{include './user-list-item.tpl' user=$user}
{/foreach}