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/skin/developer/components/feed/users.tpl
2014-10-11 23:19:38 +07:00

11 lines
353 B
Smarty

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