1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/components/user/list/user-list-loop.tpl
2015-10-27 16:02:57 +07:00

9 lines
182 B
Smarty

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