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-scrollup/toolbar.scrollup.tpl

12 lines
384 B
Smarty
Raw Normal View History

2013-05-25 10:57:20 +03:00
{**
* Тулбар
* Кнопка прокрутки страницы вверх
*}
{component 'toolbar' template='item'
2015-10-21 19:22:50 +03:00
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' ]
]]}