1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-03 08:38:12 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionLogin/reset.tpl
2014-12-05 18:49:29 +07:00

17 lines
310 B
Smarty

{**
* Форма восстановления пароля
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_options'}
{$bNoSidebar = true}
{/block}
{block 'layout_page_title'}
{$aLang.auth.reset.title}
{/block}
{block 'layout_content'}
{include 'components/auth/auth.reset.tpl'}
{/block}