Skip to content

Commit

Permalink
Turning off "usexml" for forum/mod/view.php
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 23, 2004
1 parent 39cac7b commit c6d234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

print_header_simple("$forum->name", "",
"$navigation $forum->name", "", "", true, $buttontext, navmenu($course, $cm), true);
"$navigation $forum->name", "", "", true, $buttontext, navmenu($course, $cm));

if (!$cm->visible and !isteacher($course->id)) {
notice(get_string("activityiscurrentlyhidden"));
Expand Down

0 comments on commit c6d234a

Please sign in to comment.