Skip to content

Commit

Permalink
MDL-20447: add page heading
Browse files Browse the repository at this point in the history
  • Loading branch information
rwijaya committed Oct 18, 2010
1 parent 8fc5e91 commit 82d443b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enrol/manual/manage.php
Expand Up @@ -60,6 +60,7 @@
$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.
Expand Down

0 comments on commit 82d443b

Please sign in to comment.