1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionRegistration/confirm.tpl

19 lines
460 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_options'}
2013-06-12 16:33:28 +03:00
{$bNoSidebar = true}
{/block}
2014-07-14 19:42:50 +03:00
{block 'layout_page_title'}
{$aLang.auth.registration.confirm.title}
{/block}
2014-07-14 19:42:50 +03:00
{block 'layout_content'}
{$aLang.auth.registration.confirm.text}<br /><br />
2011-04-01 10:49:36 +03:00
2014-02-22 07:53:24 +02:00
<a href="{router page='/'}">{$aLang.site_go_main}</a>
{/block}