MDL-75597 mod_data: content max width

This commit is contained in:
Ferran Recio
2022-10-19 17:07:14 +02:00
parent f8d28e4ca6
commit f002af96b6
11 changed files with 35 additions and 1 deletions
+1
View File
@@ -112,6 +112,7 @@ if ($mform->is_cancelled()) {
}
// Build header to match the rest of the UI.
$PAGE->add_body_class('mediumwidth');
$PAGE->set_title($data->name);
$PAGE->set_heading($course->fullname);
$PAGE->force_settings_menu(true);