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/talk/blacklist.tpl
2016-04-08 10:56:58 +07:00

14 lines
285 B
Smarty

{**
* Черный список
*
* @param array $users
*}
{component_define_params params=[ 'users' ]}
{component 'user-list-add'
users = $users
title = $aLang.talk.blacklist.title
note = $aLang.talk.blacklist.note
classes = 'js-user-list-add-blacklist'}