1
0
www.mikescher.com/www/protected/views/layouts/column1_.php
2014-05-13 14:06:18 +02:00

6 lines
181 B
PHP

<?php /* @var $this Controller */ ?>
<?php $this->beginContent('//layouts/main'); ?>
<div id="content">
<?php echo $content; ?>
</div><!-- content -->
<?php $this->endContent(); ?>