1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-29 15:49:28 +03:00
ifhub-skin/emails/email.registration_activate.tpl

15 lines
469 B
Smarty

{**
* Подтверждение регистрации
*}
{extends 'Component@email.email'}
{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}