mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-53855' of git://github.com/timhunt/moodle
This commit is contained in:
commit
2ef629e86d
2 changed files with 9 additions and 5 deletions
|
@ -64,8 +64,9 @@ class theme_bootstrapbase_core_renderer extends core_renderer {
|
|||
}
|
||||
$divider = '<span class="divider">'.get_separator().'</span>';
|
||||
$list_items = '<li>'.join(" $divider</li><li>", $breadcrumbs).'</li>';
|
||||
$title = '<span class="accesshide">'.get_string('pagepath').'</span>';
|
||||
return $title . "<ul class=\"breadcrumb\">$list_items</ul>";
|
||||
$title = '<span class="accesshide" id="navbar-label">'.get_string('pagepath').'</span>';
|
||||
return $title . '<nav aria-labelledby="navbar-label"><ul class="breadcrumb">' .
|
||||
$list_items . '</ul></nav>';
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue