1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/synio/emails/ru/email.reactivation.tpl

10 lines
433 B
Smarty

{extends file='emails/email.base.tpl'}
{block name='content'}
Вы запросили повторную активацию на сайте <a href="{cfg name='path.root.web'}">{cfg name='view.name'}</a>
<br>
<br>
Ссылка на активацию аккаунта:
<br>
<a href="{router page='registration'}activate/{$oUser->getActivateKey()}/">{router page='registration'}activate/{$oUser->getActivateKey()}/</a>
{/block}