{assign var="oBlog" value=$oTopic->getBlog()} {assign var="oUser" value=$oTopic->getUser()} {assign var="oVote" value=$oTopic->getVote()}

{$oBlog->getTitle()|escape:'html'} → {if $oTopic->getPublish()==0} {$aLang.topic_unpublish} {/if} {if $oTopic->getType() == 'link'}{$aLang.topic_link}{/if} {$oTopic->getTitle()|escape:'html'}

{if $oTopic->getType()=='question'}
{if !$oTopic->getUserQuestionIsVote()}
    {foreach from=$oTopic->getQuestionAnswers() key=key item=aAnswer}
  • {/foreach}
{else} {include file='topic_question.tpl'} {/if}
{/if} {if !$tSingle} {$oTopic->getTextShort()} {if $oTopic->getTextShort()!=$oTopic->getText()} {if $oTopic->getCutText()} {$oTopic->getCutText()} {else} {$aLang.topic_read_more} {/if} {/if} {else} {$oTopic->getText()} {/if}
{if $tSingle} {hook run='topic_show_end' topic=$oTopic} {/if}