Skip to content

Commit

Permalink
MDL-54664 blocks_lp: Set the layout of to review pages to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed May 20, 2016
1 parent 33892ed commit 16fb3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blocks/lp/competencies_to_review.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
$PAGE->set_context(context_user::instance($USER->id));
$PAGE->set_url($url);
$PAGE->set_title($toreviewstr);
$PAGE->set_pagelayout('standard');
$PAGE->navbar->add($toreviewstr, $url);

$output = $PAGE->get_renderer('block_lp');
Expand Down
1 change: 1 addition & 0 deletions blocks/lp/plans_to_review.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
$PAGE->set_context(context_user::instance($USER->id));
$PAGE->set_url($url);
$PAGE->set_title($toreviewstr);
$PAGE->set_pagelayout('standard');
$PAGE->navbar->add($toreviewstr, $url);

$output = $PAGE->get_renderer('block_lp');
Expand Down

0 comments on commit 16fb3f4

Please sign in to comment.