A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
337 B

12 years ago
<h1><?php echo Translate::t ('an error occured'); ?></h1>
<h2><?php echo $this->code; ?></h2>
<?php if (!empty ($this->logs)) { ?>
<ul>
<?php foreach ($this->logs as $log) { ?>
<li><?php echo $log; ?></li>
<?php } ?>
</ul>
<?php } ?>
<p><a href="<?php echo Url::display (); ?>"><?php echo Translate::t ('go back home'); ?></a></p>