<section class="grid_12" id="main">
	<article>
		<h1><?php echo $this->navigation()->breadcrumbs()->setSeparator(' &raquo; ')->setRenderInvisible(true)->setMinDepth(0); ?></h1>
		<? if(News_Module_Module::getInstance()->photosEnabled()):?>
			<img src="<?=$this->url([
				'newsid' => $this->beanId,
				'width' => 320,
				'height' => 240,
			],'news-image')?>?>" />
		<? endif?>
		<?php echo $this->form ?>
	</article>
</section>