trunk also

git-svn-id: file:///home/shish/svn/shimmie2/trunk@839 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-04-30 12:39:40 +00:00
parent 2f2a00b58a
commit 16cf014d90

View File

@ -165,7 +165,7 @@ class ImageIO extends Extension {
else {
$page->set_title("Not Found");
$page->set_heading("Not Found");
$page->add_block(new Block("Navigation", "<a href='".index."'>Index</a>", "left", 0));
$page->add_block(new Block("Navigation", "<a href='".make_link()."'>Index</a>", "left", 0));
$page->add_block(new Block("Image not in database",
"The requested image was not found in the database"));
}