1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 09:24:25 +03:00
ifhub.club/templates/skin/synio/toolbar/toolbar_admin.tpl
Denis Shakhov eb4e7c57d8 Toolbar
2013-05-25 15:05:13 +07:00

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}