{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} {$aLang.topic_link} {$oTopic->getTitle()|escape:'html'}

{if $bTopicList} {$oTopic->getTextShort()} {if $oTopic->getTextShort()!=$oTopic->getText()} {if $oTopic->getCutText()} {$oTopic->getCutText()} {else} {$aLang.topic_read_more} {/if} {/if} {else} {$oTopic->getText()} {/if}
{if !$bTopicList} {hook run='topic_show_end' topic=$oTopic} {/if}