From: moodler Date: Fri, 31 Oct 2003 08:31:39 +0000 (+0000) Subject: Add navmenu to header of forum search pages X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e764aa71ef71f541ee3f4de27c3e97dc4620fcf0;p=moodle.git Add navmenu to header of forum search pages --- 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");