1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-20 18:08:23 +03:00
ifhub-skin/actions/ActionTalk/talk.tpl

17 lines
363 B
Smarty

{**
* Диалог
*
* @param object $talk
* @param array $comments
* @param integer $lastCommentId
*}
{extends 'layouts/layout.user.messages.tpl'}
{block 'layout_content'}
{component 'talk'
talk = $talk
comments = $comments
lastCommentId = $lastCommentId
activeParticipantsCount = $activeParticipantsCount}
{/block}