Choice MDL-23087 use consistant header with other modules

This commit is contained in:
Dan Marsden
2010-07-05 22:42:46 +00:00
parent 5cdcedfb82
commit 7aba17d2af
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@
if (!$download) {
$PAGE->navbar->add($strresponses);
$PAGE->set_title(format_string($choice->name).": $strresponses");
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
/// Check to see if groups are being used in this choice
$groupmode = groups_get_activity_groupmode($cm);
+1
View File
@@ -43,6 +43,7 @@
}
$PAGE->set_title(format_string($choice->name));
$PAGE->set_heading($course->fullname);
echo $OUTPUT->header();
/// Submit any new data if there is any