Slip those popular » characters into the navigation bar
This commit is contained in:
+2
-1
@@ -1092,7 +1092,8 @@ function print_navigation ($navigation) {
|
||||
if (! $site = get_site()) {
|
||||
$site->shortname = get_string("home");;
|
||||
}
|
||||
echo "<a target=\"{$CFG->framename}\" href=\"$CFG->wwwroot/\">$site->shortname</a> -> $navigation";
|
||||
$navigation = str_replace('->', '»', $navigation);
|
||||
echo "<a target=\"{$CFG->framename}\" href=\"$CFG->wwwroot/\">$site->shortname</a> » $navigation";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user