init commit

This commit is contained in:
2026-01-27 19:18:29 +01:00
commit 4389470233
76 changed files with 7355 additions and 0 deletions

12
src/views/message.php Normal file
View 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]) ?>