Choice MDL-23087 use consistant header with other modules
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user