Since: 4.0
Inheritance: extends yii\web\AssetBundle
Exemple #1
0
<?php

use dmstr\widgets\Alert;
use yii\helpers\Html;
/* @var $this \yii\web\View */
/* @var $content string */
$this->title = $this->title . ' [Backend]';
\app\modules\backend\assets\AdminAsset::register($this);
?>

<?php 
$this->beginPage();
?>
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <?php 
echo Html::csrfMetaTags();
?>
    <title><?php 
echo Html::encode($this->title);
?>
</title>
    <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
    <!-- Ionicons -->
    <link href="//code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css" rel="stylesheet" type="text/css"/>
    <!-- Theme style -->
    <?php 
$this->head();
?>