1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionAuth/activate.tpl

13 lines
302 B
Smarty
Raw Normal View History

{**
* Уведомление об успешной регистрации
*}
2014-07-14 19:42:50 +03:00
{extends 'layouts/layout.base.tpl'}
2011-04-01 10:49:36 +03:00
2014-07-14 19:42:50 +03:00
{block 'layout_page_title'}
{$aLang.auth.registration.notices.success_activate}
2014-07-14 19:42:50 +03:00
{/block}
2014-07-14 19:42:50 +03:00
{block 'layout_content'}
<a href="{router page='/'}">{$aLang.site_go_main}</a>
{/block}