mirror of
https://github.com/cgsmith/yii2-user.git
synced 2026-02-04 00:02:37 -06:00
13 lines
183 B
PHP
13 lines
183 B
PHP
<?php
|
|
|
|
/**
|
|
* @var yii\web\View $this
|
|
* @var cgsmith\user\Module $module
|
|
* @var string $title
|
|
*/
|
|
|
|
$this->title = $title;
|
|
?>
|
|
|
|
<?= $this->render('/_alert', ['module' => $module]) ?>
|