1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/toolbar-scrollup/toolbar.scrollup.tpl
2014-11-02 22:34:16 +07:00

19 lines
469 B
Smarty

{**
* Тулбар
* Кнопка прокрутки страницы вверх
*
* @styles css/toolbar.css
* @scripts js/livestreet/toolbar.js
*}
{extends 'components/toolbar/toolbar.item.tpl'}
{block 'toolbar_item_options' append}
{$_mods = 'scrollup'}
{$_classes = 'js-toolbar-scrollup'}
{$_attributes = 'id="toolbar_scrollup"'}
{/block}
{block 'toolbar_item'}
{toolbar_item_icon title="{lang 'toolbar.scrollup.title'}" icon="icon-chevron-up"}
{/block}