Наследование: extends yii\web\AssetBundle
Пример #1
0
<?php

use yii\helpers\Html;
use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
use yii\widgets\Breadcrumbs;
use frontend\assets\AppAsset;
use components\widgets\Alert;
use frontend\assets\ThemeAsset;
/**
 * @var \yii\web\View $this
 * @var string $content
 */
AppAsset::register($this);
ThemeAsset::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">
	<title><?php 
echo Html::encode($this->title);
?>