1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-21 02:18:22 +03:00
ifhub-skin/emails/email.topic_new.tpl

15 lines
431 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Оповещение о новом топике
*}
{extends 'Component@email.email'}
{block 'content'}
{lang name='emails.topic_new.text' params=[
'user_url' => $oUserTopic->getUserWebPath(),
'user_name' => $oUserTopic->getDisplayName(),
'blog_name' => $oBlog->getTitle()|escape,
'topic_url' => $oTopic->getUrl(),
'topic_name' => $oTopic->getTitle()|escape
]}
{/block}