コード例 #1
0
ファイル: main.php プロジェクト: apanly/dream
<?php

use yii\helpers\Html;
use admin\assets\AdminAsset;
use admin\components\AdminUrlService;
use common\service\GlobalUrlService;
AdminAsset::register($this);
$seo_title = Yii::$app->params['seo']['title'];
$domain_blog = Yii::$app->params['domains']['blog'];
$this->beginPage();
?>
<!DOCTYPE html>
<html class="no-js">
<head>
	<meta charset="utf-8">
	<link rel="icon" href="<?php 
echo GlobalUrlService::buildStaticUrl("/images/icon.png");
?>
" type="image/x-icon"/>
	<title><?php 
echo Html::encode($this->title);
?>
</title>
	<?php 
$this->head();
?>
	<?php 
$this->beginBody();
?>
</head>
<body>