1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTalk/blacklist.tpl
2014-12-05 18:49:29 +07:00

11 lines
228 B
Smarty

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