1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-07-03 07:14:58 +03:00
ifhub-skin/emails/email.registration_activate.tpl

15 lines
469 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Подтверждение регистрации
*}
2018-03-05 14:05:17 +02:00
{extends 'component@email.email'}
2017-01-08 13:05:51 +02:00
{block 'content'}
{lang name='emails.registration_activate.text' params=[
'website_url' => Router::GetPath('/'),
'website_name' => Config::Get('view.name'),
'user_name' => $oUser->getLogin(),
'user_password' => $sPassword,
'activation_url' => "{router page='auth'}activate/{$oUser->getActivateKey()}/"
]}
{/block}