You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
319 B
19 lines
319 B
<?php |
|
|
|
/* @var $this \yii\web\View */ |
|
/* @var $content string */ |
|
|
|
|
|
?> |
|
<?php $this->beginContent('@frontend/views/layouts/main.php') ?> |
|
|
|
<div class="row"> |
|
<div id="content" class="col-sm-9"> |
|
<?= $content ?> |
|
</div> |
|
<aside id="column-right" class="col-sm-3 hidden-xs"> |
|
|
|
</aside> |
|
</div> |
|
|
|
<?php $this->endContent() ?>
|
|
|