Commit 4aa54cac authored by Shakarim Sapa's avatar Shakarim Sapa

- Проверяем верстку

parent 50a80c90
......@@ -20,10 +20,10 @@ AppAsset::register($this);
<?= Html::csrfMetaTags() ?>
<title><?php echo Html::encode(\Yii::$app->controller->meta_title)?></title>
<?php $this->head() ?>
<?php echo $this->render('head')?>
<?php echo \Yii::$app->controller->renderPartial('head')?>
</head>
<body <?/* class="responsiv_100pr"*/?>>
<?php echo $this->render('htmlcodes')?>
<?php //echo $this->render('htmlcodes')?>
<?php $this->beginBody() ?>
......@@ -31,7 +31,7 @@ AppAsset::register($this);
<?php echo $content ?>
<?php echo $this->render('foot')?>
<?php echo \Yii::$app->controller->renderPartial('foot')?>
<?php $this->endBody() ?>
......
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