diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 19:07:25 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-24 19:07:25 -0500 |
commit | 565290fbf9e3727655921a969550167aa59a6e24 (patch) | |
tree | 0c3a98b1152e90eff86da26d9d9c8ec803dfdf95 /templates/app_notfound.php | |
parent | 8159cc99a64cfe563dccea6821348764fc40fb85 (diff) |
Display a page not found when the data is not in the dabase anymore
Diffstat (limited to 'templates/app_notfound.php')
-rw-r--r-- | templates/app_notfound.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/app_notfound.php b/templates/app_notfound.php new file mode 100644 index 00000000..734d16a4 --- /dev/null +++ b/templates/app_notfound.php @@ -0,0 +1,9 @@ +<section id="main"> + <div class="page-header"> + <h2><?= t('Page not found') ?></h2> + </div> + + <p class="alert alert-error"> + <?= t('Sorry, I didn\'t found this information in my database!') ?> + </p> +</section>
\ No newline at end of file |