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/synio/topics/topic.topic.tpl
Denis Shakhov e0ed66df89 Topics
2013-05-06 13:19:40 +07:00

27 lines
496 B
Smarty

{**
* Обычный топик
*
* @styles css/topic.css
*}
{extends file='topics/topic_base.tpl'}
{block name='topic_content'}
{if $bTopicList}
{$oTopic->getTextShort()}
{if $oTopic->getTextShort()!=$oTopic->getText()}
<br/>
<a href="{$oTopic->getUrl()}#cut" title="{$aLang.topic_read_more}">
{if $oTopic->getCutText()}
{$oTopic->getCutText()}
{else}
{$aLang.topic_read_more} &rarr;
{/if}
</a>
{/if}
{else}
{$oTopic->getText()}
{/if}
{/block}