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/skin/synio/toolbar/toolbar.admin.tpl

15 lines
331 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></i>
</a>
</section>
{/if}