1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/components/talk/blacklist.tpl

14 lines
285 B
Smarty
Raw Normal View History

2014-07-22 19:16:27 +03:00
{**
* Черный список
*
* @param array $users
*}
2016-04-07 12:40:28 +03:00
{component_define_params params=[ 'users' ]}
{component 'user-list-add'
2016-04-08 06:56:58 +03:00
users = $users
title = $aLang.talk.blacklist.title
note = $aLang.talk.blacklist.note
2016-04-08 06:56:58 +03:00
classes = 'js-user-list-add-blacklist'}