MDL-32670 mod/chat: added missing call to $PAGE->set_heading

This commit is contained in:
Rex Lorenzo 2012-04-27 15:58:16 -07:00
parent aa753ac24f
commit a9ce6b1f8d

View File

@ -27,6 +27,7 @@ $strchat = get_string('modulename', 'chat');
/// Print the header
$PAGE->navbar->add($strchats);
$PAGE->set_title($strchats);
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
/// Get all the appropriate data