column1.php 497 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
/**
 * The following variables are available in this template:
 * - $this: the CrudCode object
 */
?>
<?php echo '<?php'; ?> $this->beginContent('//<?php echo $this->relativeLayoutPath; ?>/main'); ?>
	<div id="main">
		<div class="block">
			<div class="content">
				<?php echo '<?php'; ?> echo $content; ?>
			</div>
		</div>
		<?php echo '<?php'; ?> echo $this->renderPartial('//<?php echo $this->relativeLayoutPath; ?>/_footer'); ?>
	</div>
<?php echo '<?php'; ?> $this->endContent(); ?>