<?php
echo $this->cmsContent( $this->page, array(
	'bodyClass' => $this->page->key,
	'setSeo' => false,
	'setHeading' => true,
	'setTaxonomy' => true,
	
	//'wrapperContent' => false
));
