echo "<BR>";
// Print a form to search forums
- print_simple_box("Search Discussions", $align="CENTER", $width="100%", $color="$THEME->cellheading");
+ print_simple_box(get_string("search","forum"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
echo "<DIV ALIGN=CENTER>";
forum_print_search_form($course);
echo "</DIV>";
print_side_block("", $moddata, "", $modicon);
// Print a form to search forums
- print_simple_box("Search Discussions", $align="CENTER", $width="100%", $color="$THEME->cellheading");
+ print_simple_box(get_string("search","forum"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
echo "<DIV ALIGN=CENTER>";
forum_print_search_form($course);
echo "</DIV>";
print_side_block("", $moddata, "", $modicon);
// Print a form to search forums
- print_simple_box("Search Discussions", $align="CENTER", $width="100%", $color="$THEME->cellheading");
+ print_simple_box(get_string("search","forum"), $align="CENTER", $width="100%", $color="$THEME->cellheading");
echo "<DIV ALIGN=CENTER>";
forum_print_search_form($course);
echo "</DIV>";
$string[repliesone] = "\$a reply so far";
$string[reply] = "Reply";
$string[search] = "Search";
+$string[searchforums] = "Search forums";
$string[sendinratings] = "Send in my latest ratings";
$string[singleforum] = "A single simple discussion";
$string[subject] = "Subject";
echo "<TABLE BORDER=0 CELLPADDING=10 CELLSPACING=0><TR><TD ALIGN=CENTER>";
echo "<FORM NAME=search ACTION=\"$CFG->wwwroot/mod/forum/search.php\">";
echo "<INPUT NAME=search TYPE=text SIZE=15 VALUE=\"$search\"><BR>";
- echo "<INPUT VALUE=\"".get_string("search", "forum")."\" TYPE=submit>";
+ echo "<INPUT VALUE=\"".get_string("searchforums", "forum")."\" TYPE=submit>";
echo "<INPUT NAME=id TYPE=hidden VALUE=\"$course->id\">";
echo "</FORM>";
echo "</TD></TR></TABLE>";