diff options
Diffstat (limited to 'app/Template/app_notfound.php')
-rw-r--r-- | app/Template/app_notfound.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Template/app_notfound.php b/app/Template/app_notfound.php index 734d16a4..686f1fa0 100644 --- a/app/Template/app_notfound.php +++ b/app/Template/app_notfound.php @@ -1,8 +1,4 @@ <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> |