1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-25 05:39:27 +03:00
ifhub-skin/emails/email.topic_new.tpl

15 lines
431 B
Smarty
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{**
* Оповещение о новом топике
*}
{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}