/
var
/
www
/
vhosts
/
nabawater
/
common
/
mail
/
layouts
/
/var/www/vhosts/nabawater/common/mail/layouts
mkdir
upload
Name
Size
Mode
Actions
CustomerRegistration.php
243
0644
edit
dl
rm
html.php
7653
0644
edit
dl
rm
newsletter.php
308
0644
edit
dl
rm
text.php
341
0644
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/common/mail/layouts/text.php
(341B)
<?php use yii\helpers\Html; /** @var \yii\web\View $this view component instance */ /** @var \yii\mail\MessageInterface $message the message being composed */ /** @var string $content main view render result */ ?> <?php $this->beginPage() ?> <?php $this->beginBody() ?> <?= $content ?> <?php $this->endBody() ?> <?php $this->endPage() ?>
Save
beginPage() ?> beginBody() ?> = $content ?> endBody() ?> endPage() ?>