1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionRegistration/index.tpl
2014-07-14 23:42:50 +07:00

17 lines
285 B
Smarty

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