1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-21 02:18:22 +03:00
ifhub-skin/actions/ActionTalk/blacklist.tpl

11 lines
226 B
Smarty

{**
* Черный список
*
* @param array $talkBlacklistUsers
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_content'}
{component 'talk' template='blacklist' users=$talkBlacklistUsers}
{/block}