1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/components/toolbar-scrollnav/toolbar.scrollnav.tpl
2015-02-17 21:40:36 +07:00

20 lines
629 B
Smarty

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