message.php 403 B

1234567891011121314151617181920
  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 yii\web\View $this
  12. * @var dektrium\user\Module $module
  13. */
  14. $this->title = $title;
  15. ?>
  16. <?= $this->render('/_alert', ['module' => $module]);