diff --git a/mod/forum/search.php b/mod/forum/search.php index f86c589ad4c..d50015d6c0f 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");