column1.php 181 B

123456
  1. <?php /* @var $this Controller */ ?>
  2. <?php $this->beginContent('//layouts/main'); ?>
  3. <div id="content">
  4. <?php echo $content; ?>
  5. </div><!-- content -->
  6. <?php $this->endContent(); ?>