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/topic_link.tpl
2013-04-30 20:18:46 +07:00

10 lines
358 B
Smarty

{extends file='topics/topic_base.tpl'}
{block name='icon'}<i class="icon-synio-topic-link" title="{$aLang.topic_link}"></i>{/block}
{block name='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}