From: nicolasconnault Date: Thu, 6 Aug 2009 08:22:00 +0000 (+0000) Subject: MDL-19810 Migrated calls to print_heading X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bd9df7be52a8265adb3d71bb7513d958039b7ee4;p=moodle.git MDL-19810 Migrated calls to print_heading --- diff --git a/mod/hotpot/index.php b/mod/hotpot/index.php index 4c98db711a..1ffc70df1e 100644 --- a/mod/hotpot/index.php +++ b/mod/hotpot/index.php @@ -99,9 +99,9 @@ print_simple_box_start("center", "60%", "#FFAAAA", 20, "noticebox"); if (count($regrade_hotpots)==1) { - print_heading(get_string('regradecheck', 'hotpot', $regrade_hotpots[$regrade]->name)); + echo $OUTPUT->heading(get_string('regradecheck', 'hotpot', $regrade_hotpots[$regrade]->name)); } else { - print_heading(get_string('regradecheck', 'hotpot', '')); + echo $OUTPUT->heading(get_string('regradecheck', 'hotpot', '')); print '