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/components/topic/topic-preview.tpl
2015-10-27 16:02:57 +07:00

19 lines
534 B
Smarty

{**
* Предпросмотр топика
*
* @param object $topic
*}
{$component = 'ls-topic-preview'}
<div class="{$component}" id="topic-text-preview">
<header class="{$component}-header">
<h3 class="{$component}-title">{$aLang.common.preview_text}</h3>
</header>
<div class="{$component}-body js-topic-preview-content"></div>
<footer class="{$component}-footer">
{component 'button' type='button' classes='js-topic-preview-text-hide-button' text=$aLang.common.cancel}
</footer>
</div>