Commit c7cf1026 by Alexander Makarov

adjusted default app layout

parent 41ea9485
...@@ -3,10 +3,10 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment