From: moodler Date: Mon, 18 Aug 2003 07:10:53 +0000 (+0000) Subject: Added help button to headings when adding/editing activities. Doh! :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4c71204dd298f6a9faf3f8fa2f19899e20336c41;p=moodle.git Added help button to headings when adding/editing activities. Doh! :-) --- diff --git a/course/mod.php b/course/mod.php index 7a2f0eec6a..d205e5ac7f 100644 --- a/course/mod.php +++ b/course/mod.php @@ -433,7 +433,7 @@ if (file_exists($modform)) { - print_heading($pageheading); + print_heading_with_help($pageheading, "mods", $module->name); print_simple_box_start("center", "", "$THEME->cellheading"); include_once($modform); print_simple_box_end();