1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionRegistration/index.tpl
2014-12-05 18:49:29 +07:00

17 lines
294 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}