1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/emails/email.reactivation.tpl
Denis Shakhov 9afb2fe21b Подготовка компонентов к переносу
Относительные пути в extend'ах заменены на независимые вида component@name.template
2015-01-29 13:41:05 +07:00

13 lines
344 B
Smarty

{**
* Повторная активация
*}
{extends 'Component@email.email'}
{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}