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 408612d commit f68815f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/data/templates.php
Expand Up @@ -90,6 +90,7 @@
$PAGE->requires->js('/mod/data/data.js'); $PAGE->requires->js('/mod/data/data.js');
$PAGE->set_title($data->name); $PAGE->set_title($data->name);
$PAGE->set_heading($course->fullname); $PAGE->set_heading($course->fullname);
$PAGE->set_pagelayout('report');
echo $OUTPUT->header(); echo $OUTPUT->header();
echo $OUTPUT->heading(format_string($data->name)); echo $OUTPUT->heading(format_string($data->name));


Expand Down

0 comments on commit f68815f

Please sign in to comment.