<p><?php echo $this->translate( '#a problem has been detected#' ); ?></p>


<?php
$this->layout()->setLayout('default');
echo $this->cmsContent( 'error-page', array( 'bodyClass' => 'error', 'setSeo' => true,'wrapperLayout'=>false,'wrapperContent'=>'article','setHeading'=>true , 'setTaxonomy' => true ) ); 

 
if( Alfred_Hod::isAdmin() ){
	
	//echo '<p>'. $this->exception.'</p>';
}