"MDL-18888, fixed duplicated course name in breadcrumbs for course repositories page"

This commit is contained in:
dongsheng
2009-04-17 08:20:52 +00:00
parent f6949ddb95
commit 8b1c7bc46a
-3
View File
@@ -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');