1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-04 23:44:25 +03:00
ifhub.club/templates/skin/habra/actions/ActionRegistration/activate.tpl
2008-09-21 06:36:57 +00:00

21 lines
631 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.

{include file='header.light.tpl'}
<table width="100%" border="0" cellspacing="4" cellpadding="4">
<tr>
<td align="left">
<p><span class="header">Ура!</span><br />
<p><span class="form">Ваш аккаунт успешно активирован, теперь вы можете войти на сайт под своим логином и паролем.</span></p>
<br>
<p><span class="form">Перейти на главную страницу <a href="{$DIR_WEB_ROOT}/">{$SITE_NAME}</a></p>
<p><span class="form"><a href="{$DIR_WEB_ROOT}/login/">Войти</a></p>
</td>
</tr>
</table>
{include file='footer.light.tpl'}