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/developer/emails/email.reactivation.tpl

13 lines
349 B
Smarty

{**
* Повторная активация
*}
{extends 'components/email/email.tpl'}
{block 'content'}
{lang name='emails.reactivation.text' params=[
'website_url' => Router::GetPath('/'),
'website_name' => Config::Get('view.name'),
'activation_url' => "{router page='registration'}activate/{$oUser->getActivateKey()}/"
]}
{/block}