| Current Path : /var/www/html/project/views/layouts/ |
| Current File : /var/www/html/project/views/layouts/error.php |
<?php
/* @var $this \yii\web\View */
/* @var $content string */
use app\widgets\Alert;
use yii\helpers\Html;
use app\assets\AdminAsset;
//use yii\bootstrap\Nav;
//use yii\bootstrap\NavBar;
//use yii\widgets\Breadcrumbs;
//use app\assets\ErrorpageAsset;
//ErrorpageAsset::register($this);
//$bundle = ErrorpageAsset::register($this);
AdminAsset::register($this);
$bundle = AdminAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>">
<head>
<?php $this->registerCsrfMetaTags() ?>
<meta charset="<?= Yii::$app->charset ?>">
<title><?= Yii::$app->params['systemName']; ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="User datatable listing">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="<?= $bundle->baseUrl; ?>/assets/media/logos/favicon-eas.ico" />
<!--begin::Fonts -->
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {"families": ["Poppins:300,400,500,600,700", "Roboto:300,400,500,600,700"]},
active: function () {
sessionStorage.fonts = true;
}
});
</script>
<!--end::Fonts -->
<?php $this->head() ?>
</head>
<body class="kt-quick-panel--right kt-demo-panel--right kt-offcanvas-panel--right kt-header--fixed kt-header-mobile--fixed kt-subheader--enabled kt-subheader--fixed kt-subheader--solid kt-aside--enabled kt-aside--fixed kt-page--loading">
<?php $this->beginBody() ?>
<?= $content ?>
<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>