/var/www/vhosts/nabawater/common/mail/layouts
Edit: /var/www/vhosts/nabawater/common/mail/layouts/html.php (7653B)
Configuration::FACEBOOK_URL,
'icon' => ''
],
[
'key' => Configuration::TWITTER_URL,
'icon' => ''
],
[
'key' => Configuration::YOUTUBE_URL,
'icon' => ''
],
[
'key' => Configuration::INSTAGRAM_URL,
'icon' => ''
]
];
$uploadHelper = \common\helpers\UploadHelper::getInstance();
?>
beginPage() ?>
= Html::encode($this->title) ?>
head() ?>
beginBody() ?>
|
=
Html::a(
Html::img(
$uploadHelper->get(
Configuration::get(Configuration::APP_LOGO_PATH),
true
),
['width' => 90, 'style' => 'border-radius:4px']
)
)
?>
|
= $this->title ?>
|
|
|
= Yii::t('common', 'Best Regards')?>,
The = $appName ?> Team.
|
= Yii::t('common','For more information')?>
= $appSupportEmail ?>
|
|
|
|
|
|
= Yii::t('common','Questions? The {app} team is always here to help.',['app' => $appName]) ?>
= Yii::t('common','For more information {email}',['email' => $appSupportEmail]) ?>
© = Yii::t('common','All rights reserved © {Year} {app}',['Year' => date('Y'), 'app' => $appName]) ?>
|
|
endBody() ?>
endPage() ?>