1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-26 14:19:29 +03:00
ifhub-skin/layouts/layout.admin.tpl

11 lines
254 B
Smarty

{**
* Базовый шаблон админки
*}
{extends './layout.base.tpl'}
{block 'layout_page_title'}
<a href="{router page='admin'}">{lang 'admin.title'}</a>
<span>&raquo;</span>
{block 'layout_admin_page_title'}{/block}
{/block}