1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/components/talk/blacklist.tpl
2014-07-22 23:16:27 +07:00

12 lines
360 B
Smarty

{**
* Черный список
*
* @param array $users
*}
{include 'components/user_list_add/user_list_add.tpl'
sUserListTitle = $aLang.talk.blacklist.title
sUserListNote = $aLang.talk.blacklist.note
sUserListAddClasses = 'js-user-list-add-blacklist'
iUserListId = $oUserCurrent->getId()
aUserList = $smarty.local.users}