summaryrefslogtreecommitdiff
path: root/app/views/error/index.phtml
blob: 21d298eb46058e667cc8a8d125af982b7260de49 (plain)
1
2
3
4
5
6
7
<div class="post">
	<div class="alert">
		<h1 class="alert-head"><?php echo $this->code; ?></h1>

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