mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge from STABLE. Fix bug 5477...
This commit is contained in:
parent
e295c6e4c3
commit
f73e218f40
@ -2463,7 +2463,7 @@ function print_navigation ($navigation) {
|
||||
if ($navigation) {
|
||||
//Accessibility: breadcrumb links now in a list, » replaced with image.
|
||||
$nav_text = get_string('youarehere','access');
|
||||
echo '<span class="accesshide">'.$nav_text.':</span><ul>';
|
||||
echo '<h2 class="accesshide">'.$nav_text.",</h2><ul>\n";
|
||||
if (! $site = get_site()) {
|
||||
$site->shortname = get_string('home');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user