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/developer/layouts/layout.admin.tpl
2014-12-06 20:30:08 +07:00

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}