1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-03 08:48:17 +03:00
ifhub-skin/actions/ActionTalk/talk.tpl

17 lines
363 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Диалог
*
* @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}