diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/app_notfound.php | 9 | ||||
-rw-r--r-- | templates/user_forbidden.php | 1 |
2 files changed, 9 insertions, 1 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 diff --git a/templates/user_forbidden.php b/templates/user_forbidden.php index bb71d9b1..853159ba 100644 --- a/templates/user_forbidden.php +++ b/templates/user_forbidden.php @@ -6,5 +6,4 @@ <p class="alert alert-error"> <?= t('Only administrators can access to this page.') ?> </p> - </section>
\ No newline at end of file |