mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
adjusted default app layout
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
<html lang="<?php \Yii::$app->language?>">
|
<html lang="<?php \Yii::$app->language?>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title><?php echo Html::encode($this->page->title)?></title>
|
<title><?php echo Html::encode($this->title)?></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1><?php echo Html::encode($this->page->title)?></h1>
|
<h1><?php echo Html::encode($this->title)?></h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php echo $content?>
|
<?php echo $content?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user