Автор: Cosmo (daixianceng@gmail.com)
Наследование: extends yii\web\AssetBundle
Пример #1
0
<?php

use yii\helpers\Url;
use yii\helpers\Html;
use store\assets\BaseAsset;
/* @var $this \yii\web\View */
/* @var $content string */
BaseAsset::register($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">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="baseurl" content="<?php 
echo Url::base();
?>
">
    <meta name="author" content="Cosmo">
    <?php