1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/developer/actions/ActionBlog/topic.tpl

23 lines
631 B
Smarty

{**
* Топик
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_content'}
{include file='topics/topic.tpl'}
{include
file='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}