1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/synio/topics/topic.topic.tpl

27 lines
501 B
Smarty
Raw Normal View History

2013-05-06 08:45:04 +03:00
{**
* Обычный топик
*
* @styles css/topic.css
*}
{extends file='topics/topic_base.tpl'}
{block name='topic_content_text'}
{if $bTopicList}
{$oTopic->getTextShort()}
{if $oTopic->getTextShort()!=$oTopic->getText()}
2012-07-03 07:10:10 +03:00
<br/>
<a href="{$oTopic->getUrl()}#cut" title="{$aLang.topic_read_more}">
{if $oTopic->getCutText()}
{$oTopic->getCutText()}
{else}
2012-05-01 03:44:34 +03:00
{$aLang.topic_read_more} &rarr;
{/if}
</a>
{/if}
{else}
{$oTopic->getText()}
{/if}
{/block}