]> git.mjollnir.org Git - moodle.git/commitdiff
Added help button to headings when adding/editing activities. Doh! :-)
authormoodler <moodler>
Mon, 18 Aug 2003 07:10:53 +0000 (07:10 +0000)
committermoodler <moodler>
Mon, 18 Aug 2003 07:10:53 +0000 (07:10 +0000)
course/mod.php

index 7a2f0eec6addc838c5cd4feb7bc51dc86fc0ae83..d205e5ac7fd26a88fd5c330e23bbfa228a1836dc 100644 (file)
 
     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();