1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/toolbar/toolbar.admin.tpl

18 lines
453 B
Smarty
Raw Normal View History

2013-05-25 10:57:20 +03:00
{**
* Тулбар
* Кнопка перехода в админку
*
* @styles css/toolbar.css
* @scripts js/livestreet/toolbar.js
*}
2014-05-16 06:49:44 +03:00
{extends 'components/toolbar/toolbar.item.tpl'}
{block 'toolbar_item_options' append}
{$_sMods = 'admin'}
{$_bShow = $oUserCurrent and $oUserCurrent->isAdministrator()}
{/block}
{block 'toolbar_item'}
{toolbar_item_icon sUrl="{router page='admin'}" sTitle="{$aLang.admin_title}" sIcon="icon-cog"}
{/block}