1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionBlog/topic.tpl
2014-01-25 19:39:19 +07:00

22 lines
702 B
Smarty

{**
* Топик
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_content'}
{include 'topics/topic.tpl'}
{include 'comments/comment_tree.tpl'
iTargetId = $oTopic->getId()
iAuthorId = $oTopic->getUserId()
sAuthorNotice = $aLang.topic_author
sTargetType = 'topic'
iCountComment = $oTopic->getCountComment()
sDateReadLast = $oTopic->getDateRead()
bAllowNewComment = $oTopic->getForbidComment()
sNoticeNotAllow = $aLang.topic_comment_notallow
sNoticeCommentAdd = $aLang.topic_comment_add
bAllowSubscribe = true
oSubscribeComment = $oTopic->getSubscribeNewComment()
aPagingCmt = $aPagingCmt}
{/block}