1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/components/feed/users.tpl
2014-11-09 21:19:58 +07:00

11 lines
324 B
Smarty

{**
* Выбор пользователей для чтения в ленте
*
* @param array $users
*}
{include 'components/user-list-add/user-list-add.tpl'
users = $smarty.local.users
classes = 'js-feed-users'
attributes = [ 'data-param-type' => 'users' ]
note = $aLang.feed.users.note}