summaryrefslogtreecommitdiff
path: root/protected/views/layouts/column1.php
blob: f70b1547f5c3e1fb2da993af5851c39062d5c189 (plain)
1
2
3
4
5
<?php $this->beginContent('//layouts/main'); ?>
<div id="content">
	<?php echo $content; ?>
</div><!-- content -->
<?php $this->endContent(); ?>