Commit a90ea2c6 authored by Shakarim Sapa's avatar Shakarim Sapa

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

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