<?php use yii\helpers\Html; /* @var $this \yii\web\View */ /* @var $content string */ dmstr\web\AdminLteAsset::register($this); $layout = \mihaildev\backendTheme\Layout::createClear($this); $this->beginPage(); ?> <!DOCTYPE html> <html lang="<?php echo Yii::$app->language; ?> "> <head> <meta charset="<?php echo Yii::$app->charset; ?> "/> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php echo Html::csrfMetaTags(); ?> <title><?php echo Html::encode($layout->pageTitle); ?> </title> <?php $this->head(); ?> </head>
<?php use yii\helpers\Html; /* @var $this \yii\web\View */ /* @var $content string */ dmstr\web\AdminLteAsset::register($this); $layout = \mihaildev\backendTheme\Layout::createMain($this); $this->beginPage(); ?> <!DOCTYPE html> <html lang="<?php echo Yii::$app->language; ?> "> <head> <meta charset="<?php echo Yii::$app->charset; ?> "> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <?php echo Html::csrfMetaTags(); ?> <title><?php echo $layout->pageTitle; ?> </title> <?php