diff options
author | MaZderMind | 2014-11-09 23:46:27 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-09 23:46:27 +0100 |
commit | 1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (patch) | |
tree | 73529a46e6a654f91f606ebf918bbc81e29af79f /404.php | |
parent | 31954fe35c87a9c3d9c57b29080abe8da4428d5b (diff) |
add a nice 404 page
Diffstat (limited to '404.php')
-rw-r--r-- | 404.php | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,2 +1,8 @@ -404 -<? print_r($_GET) ?> +<?php + +require_once('lib/bootstrap.php'); + +echo $tpl->render(array( + 'page' => '404', + 'title' => '404 Not Found', +)); |