mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-10870 All files updated to new build_navigation() method.
This commit is contained in:
parent
5bf243d131
commit
73c24ef80b
12 changed files with 161 additions and 98 deletions
|
@ -80,8 +80,6 @@
|
|||
$title = $strlanguage;
|
||||
break;
|
||||
}
|
||||
$navigation = "<a href=\"lang.php\">$strlanguage</a> -> $title";
|
||||
|
||||
$crumbs[] = array('name' => $strlanguage, 'link' => "$CFG->wwwroot/admin/lang.php");
|
||||
$navigation = build_navigation($crumbs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue