1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/components/feed/users.tpl
2016-01-19 09:34:44 +07:00

13 lines
330 B
Smarty

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