Logo white

Administrator / new_rukzachok-1

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • new_rukzachok-1
  • frontend
  • views
  • site
  • error.php
  • second
    71bb42d5
    Administrator authored
    2016-05-06 17:56:13 +0300  
    Browse Code »
error.php 351 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?php

use yii\helpers\Html;

/* @var $this yii\web\View */
/* @var $name string */
/* @var $message string */
/* @var $exception Exception */

$this->title = 'Ошибка '.$code;
?>
<div class="site-error">

    <h1>Ошибка <?=$code;?></h1>

    <div class="alert alert-danger">
        <?= nl2br(Html::encode($message)) ?>
    </div>

</div>