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/talk.tpl
2014-06-11 15:59:54 +07:00

21 lines
618 B
Smarty

{**
* Диалог
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_content'}
{* Первое сообщение *}
{include './talk-message-root.tpl'}
{* Вывод комментариев к сообщению *}
{include 'components/comment/comment-list.tpl'
sClasses = 'js-comments-talk'
iTargetId = $oTalk->getId()
sTargetType = 'talk'
aComments = $aComments
iCountComment = $oTalk->getCountComment()
sDateReadLast = $oTalk->getTalkUser()->getDateLast()
sNoticeCommentAdd = $aLang.topic_comment_add
bShowFavourite = false}
{/block}