Skip to content

Instantly share code, notes, and snippets.

@DrMabuse23
Created February 7, 2014 10:57
Show Gist options
  • Save DrMabuse23/8860668 to your computer and use it in GitHub Desktop.
Save DrMabuse23/8860668 to your computer and use it in GitHub Desktop.
<?php use yii\helpers\Html; ?>
<?php $this->beginContent('@app/views/layouts/main.php'); ?>
<div class="col-lg-8">
<?= $content ?>
</div>
<?php $this->endContent(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment