diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 20:04:27 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-09 20:04:27 -0500 |
commit | 7eadf7cfd80176ab9b74c9c6a55c28db0f43fa88 (patch) | |
tree | b55b32bf9200f4ed045adfabaadb00d0ce20fc65 /app/Template/app_notfound.php | |
parent | e89ba5e9e692f33427fedb05a095255f27480a6b (diff) |
Start templates cleanup and reorganisation
Diffstat (limited to 'app/Template/app_notfound.php')
-rw-r--r-- | app/Template/app_notfound.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Template/app_notfound.php b/app/Template/app_notfound.php deleted file mode 100644 index 686f1fa0..00000000 --- a/app/Template/app_notfound.php +++ /dev/null @@ -1,5 +0,0 @@ -<section id="main"> - <p class="alert alert-error"> - <?= t('Sorry, I didn\'t found this information in my database!') ?> - </p> -</section>
\ No newline at end of file |