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

16 lines
434 B
Smarty

{**
* Топик ссылка
*
* @styles css/topic.css
*}
{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}