1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-29 05:14:59 +03:00
ifhub-skin/actions/ActionAuth/reactivation.tpl

13 lines
285 B
Smarty

{**
* Форма запроса повторной активации аккаунта
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
{$aLang.auth.reactivation.title}
{/block}
{block 'layout_content'}
{component 'auth' template='reactivation'}
{/block}