diff --git a/mod/lesson/action/addbranchtable.php b/mod/lesson/action/addbranchtable.php index f2b7a3595d0..3a1460b4e2a 100644 --- a/mod/lesson/action/addbranchtable.php +++ b/mod/lesson/action/addbranchtable.php @@ -32,7 +32,12 @@ } } // give teacher a blank proforma - print_heading_with_help(get_string("addabranchtable", "lesson"), "overview", "lesson"); + $helpicon = new moodle_help_icon(); + $helpicon->text = get_string("addabranchtable", "lesson"); + $helpicon->page = "overview"; + $helpicon->module = "lesson"; + echo $OUTPUT->heading_with_help($helpicon); + ?>