Server_AccessControl/mail/layouts/text.tpl
2020-10-06 14:27:47 +07:00

8 lines
123 B
Smarty

{use class="yii\helpers\Html"}
{$this->beginPage()}
{$this->beginBody()}
{$content}
{$this->endBody()}
{$this->endPage()}