From 565290fbf9e3727655921a969550167aa59a6e24 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 24 Feb 2014 19:07:25 -0500 Subject: Display a page not found when the data is not in the dabase anymore --- templates/app_notfound.php | 9 +++++++++ templates/user_forbidden.php | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 templates/app_notfound.php (limited to 'templates') 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 @@ +
+ + +

+ +

+
\ 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 @@

- \ No newline at end of file -- cgit v1.2.3