diff --git a/group/index.php b/group/index.php index df73633f772..50c1ae03cba 100644 --- a/group/index.php +++ b/group/index.php @@ -126,12 +126,10 @@ switch ($action) { $strgroups = get_string('groups'); $strparticipants = get_string('participants'); -$PAGE->navbar->add($strparticipants, new moodle_url('/user/index.php', array('id'=>$courseid))); -$PAGE->navbar->add($strgroups); - /// Print header $PAGE->set_title($strgroups); -$PAGE->set_heading(': '.$strgroups); +$PAGE->set_heading($course->fullname); +$PAGE->set_pagelayout('incourse'); echo $OUTPUT->header(); // Add tabs