1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 13:54:26 +03:00
ifhub.club/application/frontend/skin/developer/components/topic/topic-preview.tpl
2014-07-30 17:21:12 +07:00

21 lines
550 B
Smarty

{**
* Предпросмотр топика
*
* @param object $topic
*
* @styles css/topic.css
*}
<div class="topic-preview">
<header class="topic-preview-header">
<h3 class="topic-preview-title">{$aLang.common.preview_text}</h3>
</header>
<div class="topic-preview-body">
{include './topic-type.tpl' topic=$smarty.local.topic isPreview=true}
</div>
<footer class="topic-preview-footer">
<button type="button" name="submit_preview" class="button js-topic-preview-text-hide-button">{$aLang.common.cancel}</button>
</footer>
</div>