From: moodler Date: Thu, 19 Jul 2007 03:45:30 +0000 (+0000) Subject: Fixed navigation on embedded media X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d670dbee90183cffedea645e3fef0c481413f802;p=moodle.git Fixed navigation on embedded media --- diff --git a/mod/resource/type/file/resource.class.php b/mod/resource/type/file/resource.class.php index 8a27739b19..5617afff20 100644 --- a/mod/resource/type/file/resource.class.php +++ b/mod/resource/type/file/resource.class.php @@ -409,7 +409,7 @@ function display() { if ($inpopup) { print_header($pagetitle); } else { - print_header($pagetitle, $course->fullname, "$this->navigation frametarget title=\"$strdirectlink\" href=\"$fullurl\"> ".format_string($resource->name,true)."", "", "", true, update_module_button($cm->id, $course->id, $this->strresource), navmenu($course, $cm, "self")); + print_header_simple($pagetitle, '', "$this->navigation frametarget title=\"$strdirectlink\" href=\"$fullurl\"> ".format_string($resource->name,true)."", "", "", true, update_module_button($cm->id, $course->id, $this->strresource), navmenu($course, $cm, "self")); }