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-02-17 21:40:36 +07:00

12 lines
381 B
Smarty

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