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/svg', 'href' => Yii::getAlias('@web/favicon.ico')]); $this->registerLinkTag(['rel' => 'apple-touch-icon', 'sizes' => '180x180', 'type' => 'image/png', 'href' => Yii::getAlias('@web/apple-touch-icon.png')]); $this->registerLinkTag(['rel' => 'apple-touch-icon', 'sizes' => '32x32', 'type' => 'image/png', 'href' => Yii::getAlias('@web/favicon-32x32.png')]); $this->registerLinkTag(['rel' => 'apple-touch-icon', 'sizes' => '16x16', 'type' => 'image/png', 'href' => Yii::getAlias('@web/favicon-16x16.png')]); $this->registerLinkTag(['rel' => 'manifest', 'href' => Yii::getAlias('@web/site.webmanifest')]); ?> beginPage() ?>