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/blocks/block.userfeedUsers.tpl
2014-04-28 17:34:54 +07:00

18 lines
558 B
Smarty

{**
* Выбор пользователей для чтения в ленте
*
* @styles css/blocks.css
*}
{extends 'blocks/block.aside.base.tpl'}
{block 'block_title'}{$aLang.userfeed_block_users_title}{/block}
{block 'block_type'}activity{/block}
{block 'block_content'}
{include 'components/user_list_add/user_list_add.tpl'
sUserListAddClasses = 'js-user-list-add-userfeed'
aUserList = $aUserfeedSubscribedUsers
sUserListAddAttributes = 'data-param-type="users"'
sUserListNote = $aLang.userfeed_settings_note_follow_user}
{/block}