link back to index
git-svn-id: file:///home/shish/svn/shimmie2/trunk@156 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
b1a2f5eea4
commit
d6647255ed
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class Handle404 extends Extension {
|
|||
header("HTTP/1.0 404 Page Not Found");
|
||||
$page->set_title("404");
|
||||
$page->set_heading("404 - No Handler Found");
|
||||
$page->add_side_block(new NavBlock());
|
||||
$page->add_main_block(new Block("Explanation", "No handler could be found for the page '$h_pagename'"));
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue