5 lines
144 B
PHP
5 lines
144 B
PHP
|
|
<?php $this->beginContent('//layouts/main'); ?>
|
||
|
|
<div id="content">
|
||
|
|
<?php echo $content; ?>
|
||
|
|
</div><!-- content -->
|
||
|
|
<?php $this->endContent(); ?>
|