1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-05-20 18:08:23 +03:00
ifhub-skin/emails/email.user_complaint.tpl

16 lines
584 B
Smarty
Raw Normal View History

2017-01-08 13:05:51 +02:00
{**
* Жалоба
*}
{extends 'Component@email.email'}
{block 'content'}
{lang name='emails.user_complaint.text' params=[
'user_url' => $oUserFrom->getUserWebPath(),
'user_name' => $oUserFrom->getDisplayName(),
'user_target_url' => $oUserTarget->getUserWebPath(),
'user_target_name' => $oUserTarget->getDisplayName(),
'complaint_title' => $oComplaint->getTypeTitle(),
'complaint_text' => "{if $oComplaint->getText()}{lang name='emails.user_changemail.more'}:<br>{$oComplaint->getText()}{/if}"
]}
{/block}