summaryrefslogtreecommitdiff
path: root/app/views/error/index.phtml
blob: 626102109bf1a37938ff58518e87cabf51d1b2f4 (plain)
1
2
3
4
5
6
7
<div class="table">
	<div class="nothing">
		<h2><?php echo $this->code; ?></h2>

		<p><a href="<?php echo Url::display (); ?>">Revenir à l'accueil</a></p>
	</div>
</div>