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/ActionRegistration/activate.tpl
Mzhelskiy Maxim 7786c0c402 fix templates
2014-02-22 12:53:24 +07:00

15 lines
352 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{**
* Уведомление об успешной регистрации
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_options'}
{$bNoSidebar = true}
{/block}
{block name='layout_page_title'}{$aLang.registration_activate_ok}{/block}
{block name='layout_content'}
<a href="{router page='/'}">{$aLang.site_go_main}</a>
{/block}