SCORM MDL-18626 - fix SCORM navigation breadcrumbs

This commit is contained in:
danmarsden 2009-03-27 01:46:39 +00:00
parent 2fbb7bf843
commit 66c7d3731f
2 changed files with 2 additions and 13 deletions

View file

@ -68,7 +68,7 @@
if (empty($b)) {
if (empty($a)) {
$navigation = build_navigation('', $cm);
$navigation = build_navigation($strreport, $cm);
print_header("$course->shortname: ".format_string($scorm->name), $course->fullname,$navigation,
'', '', true);
} else {