Skip to content

Commit

Permalink
MDL-25746 fixed db tempate page layout to prevent hidden content layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Apr 11, 2011
1 parent dae6b38 commit 16265f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/data/templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
$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));

Expand Down

0 comments on commit 16265f0

Please sign in to comment.