Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
50d7cc8
)
Merge branch 'MDL-40733_forum_name' of https://github.com/andyjdavis/moodle
author
Dan Poltawski
<dan@moodle.com>
Tue, 10 Sep 2013 09:35:40 +0000
(17:35 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 10 Sep 2013 09:35:40 +0000
(17:35 +0800)
mod/forum/view.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/view.php
b/mod/forum/view.php
index
21c5ebd
..
6b08073
100644
(file)
--- a/
mod/forum/view.php
+++ b/
mod/forum/view.php
@@
-111,6
+111,7
@@
$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)) {