1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTalk/blacklist.tpl
2014-02-06 16:44:27 +07:00

9 lines
236 B
Smarty

{**
* Черный список
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_content'}
{include 'user_list_add.tpl' sUserListType='blacklist' iUserListId=$oUserCurrent->getId() aUserList=$aUsersBlacklist}
{/block}