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

15 lines
348 B
Smarty

{**
* Тулбар
* Кнопка перехода в админку
*
* @styles css/toolbar.css
* @scripts js/livestreet/toolbar.js
*}
{if $oUserCurrent and $oUserCurrent->isAdministrator()}
<section class="toolbar-admin">
<a href="{router page='admin'}" title="{$aLang.admin_title}">
<i class="icon-cog"></i>
</a>
</section>
{/if}