Commit ee4a9ef6 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 71f44268
...@@ -24,16 +24,14 @@ AppAsset::register($this); ...@@ -24,16 +24,14 @@ AppAsset::register($this);
</head> </head>
<body <?/* class="responsiv_100pr"*/?>> <body <?/* class="responsiv_100pr"*/?>>
<?php echo $this->render('htmlcodes')?> <?php echo $this->render('htmlcodes')?>
<?php $this->beginBody() ?> <?php $this->beginBody() ?>
<?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')?>
<?php $this->endBody() ?> <?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