"MDL-18888, fixed duplicated course name in breadcrumbs for course repositories page"
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
/// Create navigation links
|
||||
$navlinks = array();
|
||||
if (!empty($course)) {
|
||||
$navlinks[] = array('name' => $course->shortname,
|
||||
'link' => "$CFG->wwwroot/course/view.php?id=$course->id",
|
||||
'type' => 'misc');
|
||||
$navlinks[] = array('name' => $pagename,
|
||||
'link' => null,
|
||||
'type' => 'misc');
|
||||
|
||||
Reference in New Issue
Block a user