mirror of
https://github.com/cgsmith/yii2-user.git
synced 2026-02-04 00:02:37 -06:00
init commit
This commit is contained in:
12
src/views/message.php
Normal file
12
src/views/message.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @var yii\web\View $this
|
||||
* @var cgsmith\user\Module $module
|
||||
* @var string $title
|
||||
*/
|
||||
|
||||
$this->title = $title;
|
||||
?>
|
||||
|
||||
<?= $this->render('/_alert', ['module' => $module]) ?>
|
||||
Reference in New Issue
Block a user