Example #1
0
<?php

use frontend\assets\AppAdmin;
use yii\helpers\Html;
use frontend\assets\AppAsset;
use yii\web\View;
/**
 * @var \yii\web\View $this
 * @var string $content
 */
AppAdmin::register($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">
    <meta content="IE=edge" http-equiv="X-UA-Compatible">



    <title><?php 
echo Html::encode($this->title);
?>