<?php/** * The following variables are available in this template: * - $this: the CrudCode object */?><?phpecho'<?php';?> $this->beginContent('//<?phpecho$this->relativeLayoutPath;?>/main'); ?><divid="main"><divclass="block"><divclass="content"><?phpecho'<?php';?> echo $content; ?></div></div><?phpecho'<?php';?> echo $this->renderPartial('//<?phpecho$this->relativeLayoutPath;?>/_footer'); ?></div><?phpecho'<?php';?> $this->endContent(); ?>