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

25 lines
740 B
Smarty

{**
* Личное сообщение
*}
{extends file='layouts/layout.user.messages.tpl'}
{block name='layout_content'}
{* Сообщение *}
{include 'actions/ActionTalk/message_entry.tpl'}
{* Вывод комментариев к сообщению *}
{$oTalkUser = $oTalk->getTalkUser()}
{if ! $bNoComments}
{include 'comments/comment_tree.tpl'
iTargetId = $oTalk->getId()
sTargetType = 'talk'
iCountComment = $oTalk->getCountComment()
sDateReadLast = $oTalkUser->getDateLast()
sNoticeCommentAdd = $aLang.topic_comment_add
bNoCommentFavourites = true}
{else}
{include file='alert.tpl' mAlerts=$aLang.talk_deleted sAlertStyle='empty'}
{/if}
{/block}