Files
yii2-usuario/lib/User/resources/views/mail/layouts/text.php
Antonio Ramirez 1ebe58d2ce fix views
2016-12-11 00:56:05 +01:00

12 lines
190 B
PHP

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