aboutsummaryrefslogtreecommitdiff
path: root/view/404.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/404.php')
-rw-r--r--view/404.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/404.php b/view/404.php
new file mode 100644
index 0000000..1811239
--- /dev/null
+++ b/view/404.php
@@ -0,0 +1,7 @@
+<?php
+
+header("HTTP/1.1 404 Not Found");
+echo $tpl->render(array(
+ 'page' => '404',
+ 'title' => '404 Not Found',
+));