1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/templates/skin/synio/topic_link.tpl
2012-05-01 07:44:34 +07:00

18 lines
475 B
Smarty

{include file='topic_part_header.tpl'}
<div class="topic-content text">
{hook run='topic_content_begin' topic=$oTopic bTopicList=$bTopicList}
{$oTopic->getText()}
{hook run='topic_content_end' topic=$oTopic bTopicList=$bTopicList}
</div>
<div class="topic-url">
<a href="{router page='link'}go/{$oTopic->getId()}/" title="{$aLang.topic_link_count_jump}: {$oTopic->getLinkCountJump()}">{$oTopic->getLinkUrl()}</a>
</div>
{include file='topic_part_footer.tpl'}