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/components/toolbar-scrollup/toolbar.scrollup.tpl
2015-10-21 23:22:50 +07:00

12 lines
384 B
Smarty

{**
* Тулбар
* Кнопка прокрутки страницы вверх
*}
{component 'toolbar' template='item'
classes='ls-toolbar-item--scrollup js-toolbar-scrollup'
attributes=[ 'style' => 'display: none' ]
buttons=[[
'icon' => 'chevron-up',
'attributes' => [ 'title' => {lang 'toolbar.scrollup.title'}, 'id' => 'toolbar_scrollup' ]
]]}