1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-16 16:08:24 +03:00
ifhub-skin/emails/email.registration.tpl

14 lines
341 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Регистрация
*}
{extends 'Component@email.email'}
{block 'content'}
{lang name='emails.registration.text' params=[
'website_url' => Router::GetPath('/'),
'website_name' => Config::Get('view.name'),
'user_name' => $oUser->getLogin(),
'user_password' => $sPassword
]}
{/block}