diff options
Diffstat (limited to 'app/views/error')
| -rw-r--r-- | app/views/error/index.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/error/index.phtml b/app/views/error/index.phtml index 626102109..21d298eb4 100644 --- a/app/views/error/index.phtml +++ b/app/views/error/index.phtml @@ -1,6 +1,6 @@ -<div class="table"> - <div class="nothing"> - <h2><?php echo $this->code; ?></h2> +<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> |
