<div id="content">
<h1>Sorry, you don't have access to this page.</h1>
<? if (APPLICATION_ENV != 'production') { ?>
	<?php if ($this->message) { ?>
		<p><?php echo $this->message; ?></p>
	<?php } ?>
	<br />
	<?php if ($this->additional_info) {?>
		<p><?php echo $this->additional_info; ?>.</p>
	<?php } ?>
	<br />
	<?php if ($this->error) { ?>
		<h3>Exception information:</h3><br />
		<pre><?php print_r($this->error); ?></pre>
	<?php } ?>
<?php } ?>
</div>
