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/components/talk/talk-message-root.tpl
2014-10-10 23:29:24 +07:00

22 lines
529 B
Smarty

{**
* Первое сообщение в диалоге
*}
{extends 'components/article/article.tpl'}
{block 'article_options'}
{$article = $smarty.local.talk}
{$smarty.block.parent}
{$type = 'talk'}
{$classes = "{$classes} talk"}
{/block}
{* Информация *}
{block 'article_footer_info_items' append}
{* Избранное *}
<li class="{$component}-info-item {$component}-info-item--favourite">
{include 'components/favourite/favourite.tpl' classes="js-favourite-{$type}" target=$article}
</li>
{/block}