Files
yii2-usuario/lib/User/resources/views/mail/layouts/text.php
Antonio Ramirez 3ba01b4674 fix formatting
2016-12-14 02:50:12 +01:00

12 lines
181 B
PHP

<?php
/**
* @var string main view render result
*/
?>
<?php $this->beginPage() ?>
<?php $this->beginBody() ?>
<?= $content ?>
<?php $this->endBody() ?>
<?php $this->endPage() ?>