aboutsummaryrefslogtreecommitdiff
path: root/404.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-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',
+));