1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/templates/skin/synio/actions/ActionLogin/reminder.tpl

15 lines
322 B
Smarty

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