{** * Обычный топик * * @styles css/topic.css *} {extends file='topics/topic_base.tpl'} {block name='topic_content_text'} {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} {/block}