link back to index

git-svn-id: file:///home/shish/svn/shimmie2/trunk@156 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-06-04 03:00:25 +00:00
parent b1a2f5eea4
commit d6647255ed

View file

@ -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'"));
}
}