1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionRegistration/index.tpl
Denis Shakhov 7d58820f2a Из основного шаблона layout удалена переменная layoutShowSidebar
Сайдбар теперь автоматом скрывается если нет блоков
2014-12-24 17:02:52 +07:00

13 lines
234 B
Smarty

{**
* Регистрация
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
{$aLang.auth.registration.title}
{/block}
{block 'layout_content'}
{include 'components/auth/auth.registration.tpl'}
{/block}