From: gustav_delius Date: Sat, 21 Aug 2004 21:02:59 +0000 (+0000) Subject: fixed breadcrumbs when mod.php is used on site page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c89bf29585f8bcb0856169ea21aec993038fe43d;p=moodle.git fixed breadcrumbs when mod.php is used on site page --- diff --git a/course/mod.php b/course/mod.php index 527662c8f6..deb22cb1f9 100644 --- a/course/mod.php +++ b/course/mod.php @@ -411,9 +411,8 @@ $strdeletecheck = get_string("deletecheck", "", "$form->fullmodulename"); $strdeletecheckfull = get_string("deletecheckfull", "", "$form->fullmodulename '$form->instancename'"); - print_header("$course->shortname: $strdeletecheck", "$course->fullname", - "wwwroot/course/view.php?id=$course->id\">$course->shortname -> - $strdeletecheck"); + print_header_simple("$strdeletecheck", "$", + "$strdeletecheck"); print_simple_box_start("center", "60%", "#FFAAAA", 20, "noticebox"); print_heading($strdeletecheckfull);