1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 13:54:26 +03:00
ifhub.club/application/frontend/skin/developer/components/talk/blacklist.tpl
2014-10-11 23:19:38 +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}