1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/templates/skin/new/actions/ActionBlog/topic.tpl

20 lines
586 B
Smarty

{if $oUserCurrent}
{include file='header.tpl' menu='blog' showUpdateButton=true}
{else}
{include file='header.tpl' menu='blog'}
{/if}
{include file="topic.tpl"}
{include
file='comment_tree.tpl'
iTargetId=$oTopic->getId()
sTargetType='topic'
iCountComment=$oTopic->getCountComment()
sDateReadLast=$oTopic->getDateRead()
bAllowNewComment=$oTopic->getForbidComment()
sNoticeNotAllow=$aLang.topic_comment_notallow
sNoticeCommentAdd=$aLang.topic_comment_add
aPagingCmt=$aPagingCmt}
{include file='footer.tpl'}