diff --git a/lib/weblib.php b/lib/weblib.php index 77f00ca912a..9c7a5577ae1 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2248,7 +2248,7 @@ function print_header_simple($title='', $heading='', $navigation='', $focus='', $shortname = ''. $COURSE->shortname .' ->'; } - $output = print_header($COURSE->shortname .': '. $title, $course->fullname .' '. $heading, $shortname .' '. $navigation, $focus, $meta, + $output = print_header($COURSE->shortname .': '. $title, $COURSE->fullname .' '. $heading, $shortname .' '. $navigation, $focus, $meta, $cache, $button, $menu, $usexml, $bodytags, true); if ($return) {