1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/application/frontend/skin/developer/components/user/user-list-loop.tpl
2014-10-28 19:08:03 +07:00

9 lines
172 B
Smarty

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