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

13 lines
309 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Уведомление об успешной регистрации
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
{$aLang.auth.registration.notices.success_activate}
{/block}
{block 'layout_content'}
<a href="{router page='/'}">{$aLang.common.site_go_main}</a>
{/block}