From d6647255ed5ad7c7419ea8249648f4c558adaec7 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 4 Jun 2007 03:00:25 +0000 Subject: [PATCH] link back to index git-svn-id: file:///home/shish/svn/shimmie2/trunk@156 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/handle_404/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/handle_404/main.php b/ext/handle_404/main.php index f6666c42..763339de 100644 --- a/ext/handle_404/main.php +++ b/ext/handle_404/main.php @@ -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'")); } }