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/components/user/list/user-list-loop.tpl

9 lines
182 B
Smarty
Raw Normal View History

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