mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-20447: add page heading
This commit is contained in:
parent
8fc5e91a12
commit
82d443ba3c
@ -60,6 +60,7 @@ $instancename = $enrol_manual->get_instance_name($instance);
|
||||
$PAGE->set_url('/enrol/manual/manage.php', array('enrolid'=>$instance->id));
|
||||
$PAGE->set_pagelayout('admin');
|
||||
$PAGE->set_title($enrol_manual->get_instance_name($instance));
|
||||
$PAGE->set_heading($course->fullname);
|
||||
navigation_node::override_active_url(new moodle_url('/enrol/users.php', array('id'=>$course->id)));
|
||||
|
||||
// Create the user selector objects.
|
||||
|
Loading…
x
Reference in New Issue
Block a user