1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 13:54:26 +03:00
ifhub.club/application/frontend/skin/developer/components/toolbar-scrollnav/toolbar.scrollnav.tpl
2014-11-02 22:34:16 +07:00

17 lines
607 B
Smarty

{**
* Тулбар
* Кнопка прокручивания к следующему/предыдущему топику
*}
{extends 'components/toolbar/toolbar.item.tpl'}
{block 'toolbar_item_options' append}
{$_mods = 'topic'}
{$_classes = 'js-toolbar-topics'}
{$_bShow = $params.show}
{/block}
{block 'toolbar_item'}
{toolbar_item_icon classes='toolbar-topic-prev js-toolbar-topics-prev' title="{lang 'toolbar.topic_nav.prev'}" icon="icon-arrow-up"}
{toolbar_item_icon classes='toolbar-topic-next js-toolbar-topics-next' title="{lang 'toolbar.topic_nav.next'}" icon="icon-arrow-down"}
{/block}