chinese-journal/yii/protected/views/layouts/column1.php

6 lines
181 B
PHP
Raw Normal View History

2014-11-21 08:26:20 +00:00
<?php /* @var $this Controller */ ?>
<?php $this->beginContent('//layouts/main'); ?>
<div id="content">
<?php echo $content; ?>
</div><!-- content -->
<?php $this->endContent(); ?>