]> git.mjollnir.org Git - moodle.git/commitdiff
course/modedit MDL-19794 Add missing heading from module editing page
authormoodler <moodler>
Tue, 22 Sep 2009 08:15:58 +0000 (08:15 +0000)
committermoodler <moodler>
Tue, 22 Sep 2009 08:15:58 +0000 (08:15 +0000)
course/modedit.php

index 40a59cc7ba8eae01e43b30d7f8fe6c0b811b8701..c1dcbaa4c02bdf242991d5f180c7f95fd5020bc7 100644 (file)
         $strmodulenameplural = get_string('modulenameplural', $module->name);
 
         $PAGE->navbar->add($streditinga);
+        $PAGE->set_heading($course->fullname);
         $PAGE->set_title($streditinga);
         $PAGE->set_focuscontrol($mform->focus());
         $PAGE->set_cacheable(false);