message.php 438 B

123456789101112131415161718192021222324
  1. <?php
  2. /*
  3. * This file is part of the Dektrium project.
  4. *
  5. * (c) Dektrium project <http://github.com/dektrium>
  6. *
  7. * For the full copyright and license information, please view the LICENSE.md
  8. * file that was distributed with this source code.
  9. */
  10. /**
  11. * @var $this yii\web\View
  12. * @var $title string
  13. * @var $module dektrium\user\Module
  14. */
  15. $this->title = $title;
  16. ?>
  17. <?= $this->render('/_alert', [
  18. 'module' => $module,
  19. ]) ?>