1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/templates/skin/synio/topic_link.tpl
2013-05-06 11:33:38 +07:00

10 lines
370 B
Smarty

{extends file='topics/topic_base.tpl'}
{block name='topic_icon'}<i class="icon-synio-topic-link" title="{$aLang.topic_link}"></i>{/block}
{block name='topic_content_after'}
<div class="topic-url">
<a href="{router page='link'}go/{$oTopic->getId()}/" title="{$aLang.topic_link_count_jump}: {$oTopic->getLinkCountJump()}">{$oTopic->getLinkUrl()}</a>
</div>
{/block}