From e764aa71ef71f541ee3f4de27c3e97dc4620fcf0 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 31 Oct 2003 08:31:39 +0000 Subject: [PATCH] Add navmenu to header of forum search pages --- mod/forum/search.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mod/forum/search.php b/mod/forum/search.php index f86c589ad4..d50015d6c0 100644 --- a/mod/forum/search.php +++ b/mod/forum/search.php @@ -41,8 +41,7 @@ print_header("$course->shortname: $strsearch", "$course->fullname", "id\">$course->shortname -> id\">$strforums -> $strsearch", "search.search", - "", ""); - + "", "", " ", navmenu($course)); print_simple_box_start("center"); echo "
"; @@ -61,7 +60,7 @@ "id\">$course->shortname -> id\">$strforums -> id\">$strsearch -> \"$search\"", "search.search", - "", ""); + "", "", " ", navmenu($course)); print_heading(get_string("nopostscontaining", "forum", $search)); print_simple_box_start("center"); @@ -81,7 +80,7 @@ "id\">$course->shortname -> id\">$strforums -> id\">$strsearch -> \"$search\"", "search.search", - "", "", $searchform); + "", "", $searchform, navmenu($course)); print_heading("$strsearchresults: $totalcount"); -- 2.39.5