diff options
| author | 2012-10-25 19:06:32 +0200 | |
|---|---|---|
| committer | 2012-10-25 19:06:32 +0200 | |
| commit | 3ff51a59ba97f3ef1df3c26df16d9a3ab5789843 (patch) | |
| tree | 89de7b553f5b8240ad0d9f766800973f9845a121 /app/views/error/index.phtml | |
| parent | 48a1aa7d52e712d5f64a33a003b31f23a00b99f5 (diff) | |
Ajout fonctionnalité connexion avec Persona (à améliorer sans doute)
Diffstat (limited to 'app/views/error/index.phtml')
| -rw-r--r-- | app/views/error/index.phtml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/app/views/error/index.phtml b/app/views/error/index.phtml index ffa156068..626102109 100644 --- a/app/views/error/index.phtml +++ b/app/views/error/index.phtml @@ -1,13 +1,7 @@ -<h1><?php echo Translate::t ('an error occured'); ?></h1> +<div class="table"> + <div class="nothing"> + <h2><?php echo $this->code; ?></h2> -<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> + <p><a href="<?php echo Url::display (); ?>">Revenir à l'accueil</a></p> + </div> +</div> |
