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/components/admin/toolbar.admin.tpl
2016-09-29 15:58:46 +07:00

12 lines
291 B
Smarty

{**
* Тулбар
* Кнопка перехода в админку
*}
{if $oUserCurrent && $oUserCurrent->isAdministrator()}
{component 'toolbar.item'
icon='cog'
url={router 'admin'}
attributes=[ 'title' => {lang 'admin.title'} ]
mods='admin'}
{/if}