MDL-54664 blocks_lp: Set the layout of to review pages to standard
This commit is contained in:
committed by
David Monllao
parent
1f010acdd0
commit
dabfdc2c6c
@@ -35,6 +35,7 @@ $url = new moodle_url('/blocks/lp/competencies_to_review.php');
|
||||
$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');
|
||||
|
||||
@@ -35,6 +35,7 @@ $url = new moodle_url('/blocks/lp/plans_to_review.php');
|
||||
$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');
|
||||
|
||||
Reference in New Issue
Block a user