diff --git a/mod/data/templates.php b/mod/data/templates.php index 9a1ee1e3ced..5e321e792ef 100644 --- a/mod/data/templates.php +++ b/mod/data/templates.php @@ -90,6 +90,7 @@ if ($mode == 'singletemplate') { $PAGE->requires->js('/mod/data/data.js'); $PAGE->set_title($data->name); $PAGE->set_heading($course->fullname); +$PAGE->set_pagelayout('report'); echo $OUTPUT->header(); echo $OUTPUT->heading(format_string($data->name));