aboutsummaryrefslogtreecommitdiff
path: root/404.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 23:46:27 +0100
committerMaZderMind2014-11-09 23:46:27 +0100
commit1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (patch)
tree73529a46e6a654f91f606ebf918bbc81e29af79f /404.php
parent31954fe35c87a9c3d9c57b29080abe8da4428d5b (diff)
add a nice 404 page
Diffstat (limited to '404.php')
-rw-r--r--404.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/404.php b/404.php
index 9bc4efb..4eee2f2 100644
--- a/404.php
+++ b/404.php
@@ -1,2 +1,8 @@
-404
-<? print_r($_GET) ?>
+<?php
+
+require_once('lib/bootstrap.php');
+
+echo $tpl->render(array(
+ 'page' => '404',
+ 'title' => '404 Not Found',
+));