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

14 lines
597 B
Smarty

{**
* Тулбар
* Кнопка прокручивания к следующему/предыдущему топику
*
* @styles css/toolbar.css
* @scripts js/livestreet/toolbar.js
*}
{if $params.iCountTopic}
<section class="toolbar-topic" id="" style="">
<a href="#" onclick="return ls.toolbar.topic.goPrev();" title="{$aLang.toolbar_topic_prev}" class="toolbar-topic-prev"><i class="icon-arrow-up"></i></a>
<a href="#" onclick="return ls.toolbar.topic.goNext();" title="{$aLang.toolbar_topic_next}" class="toolbar-topic-next"><i class="icon-arrow-down"></i></a>
</section>
{/if}