1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/components/topic/topic-preview.tpl
2014-11-20 16:20:17 +07:00

17 lines
503 B
Smarty

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