registerCsrfMetaTags(); $this->registerMetaTag(['charset' => Yii::$app->charset], 'charset'); $this->registerMetaTag(['name' => 'viewport', 'content' => 'width=device-width, initial-scale=1, shrink-to-fit=no']); $this->registerMetaTag(['name' => 'description', 'content' => $this->params['meta_description'] ?? '']); $this->registerMetaTag(['name' => 'keywords', 'content' => $this->params['meta_keywords'] ?? '']); $this->registerLinkTag(['rel' => 'icon', 'type' => 'image/x-icon', 'href' => Yii::getAlias('@web/images/logo.png')]); $this->registerJsFile('@web/js/layui.js', ['position' => \yii\web\View::POS_HEAD]); $this->registerJsFile('@web/libs/layui/lay/modules/jquery.js', ['position' => \yii\web\View::POS_HEAD]); $this->registerJsFile('@web/js/common.js', ['position' => \yii\web\View::POS_HEAD]); ?> beginPage() ?> <?= Html::encode($this->title) ?> head() ?> beginBody() ?> endBody() ?> endPage() ?>