Hide labels from nav menu

This commit is contained in:
moodler 2003-09-15 11:59:15 +00:00
parent da23d41a1f
commit ab2df10cc8

View file

@ -1322,6 +1322,9 @@ function navmenu($course, $cm=NULL, $targetwindow="self") {
$section = -1;
$selected = "";
foreach ($modinfo as $mod) {
if ($mod->mod == "label") {
continue;
}
if ($mod->section > 0 and $section <> $mod->section) {
$menu[] = "-------------- $strsection $mod->section --------------";
}