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

15 lines
349 B
Smarty

{**
* Форма запроса повторной активации аккаунта
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_options'}
{$bNoSidebar = true}
{/block}
{block name='layout_page_title'}{$aLang.reactivation}{/block}
{block name='layout_content'}
{include file='forms/form.auth.reactivation.tpl'}
{/block}