Merge branch 'MDL-40733_forum_name' of https://github.com/andyjdavis/moodle
[moodle.git] / mod / forum / view.php
index 21c5ebd..6b08073 100644 (file)
     $PAGE->set_heading(format_string($course->fullname));
 
     echo $OUTPUT->header();
+    echo $OUTPUT->heading(format_string($forum->name), 2);
 
 /// Some capability checks.
     if (empty($cm->visible) and !has_capability('moodle/course:viewhiddenactivities', $context)) {