1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/emails/email.talk_new.tpl

15 lines
516 B
Smarty
Raw Normal View History

{**
* Оповещение о новом сообщении
*}
{extends 'Component@email.email'}
{block 'content'}
{lang name='emails.talk_new.text' params=[
'user_url' => $oUserFrom->getUserWebPath(),
'user_name' => $oUserFrom->getDisplayName(),
'talk_name' => $oTalk->getTitle()|escape,
2014-07-22 19:16:27 +03:00
'talk_url' => "{router page='talk'}read/{$oTalk->getId()}/",
'talk_text' => "{if Config::Get('sys.mail.include_talk')}{lang name='emails.common.comment_text'}:<br><em>{$oTalk->getText()}</em>{/if}"
]}
{/block}