course MDL-25101 made course description popup actually set its layout to popup
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
$PAGE->set_context($context);
|
||||
$PAGE->set_pagelayout('course');
|
||||
$PAGE->set_pagelayout('popup');
|
||||
$PAGE->set_url('/course/info.php', array('id' => $course->id));
|
||||
$PAGE->set_title(get_string("summaryof", "", $course->fullname));
|
||||
$PAGE->set_heading('Course info');
|
||||
|
||||
Reference in New Issue
Block a user