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/components/toolbar-scrollnav/toolbar.scrollnav.tpl
2016-09-29 15:58:46 +07:00

16 lines
493 B
Smarty

{**
* Тулбар
* Кнопка прокручивания к следующему/предыдущему топику
*}
<div class="js-toolbar-topics">
{component 'toolbar.item'
icon='arrow-up'
classes='js-toolbar-topics-prev'
attributes=[ 'title' => {lang 'toolbar.topic_nav.prev'} ]}
{component 'toolbar.item'
icon='arrow-down'
classes='js-toolbar-topics-next'
attributes=[ 'title' => {lang 'toolbar.topic_nav.next'} ]}
</div>