Commit 71f44268 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 56655956
...@@ -29,7 +29,9 @@ AppAsset::register($this); ...@@ -29,7 +29,9 @@ AppAsset::register($this);
<?php echo \Yii::$app->controller->renderPartial('//layouts/header'); ?> <?php echo \Yii::$app->controller->renderPartial('//layouts/header'); ?>
<div style="padding-top: 80px;">
<?php echo $content ?> <?php echo $content ?>
</div>
<?php echo \Yii::$app->controller->renderPartial('//layouts/foot')?> <?php echo \Yii::$app->controller->renderPartial('//layouts/foot')?>
......
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