From bd9df7be52a8265adb3d71bb7513d958039b7ee4 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 6 Aug 2009 08:22:00 +0000 Subject: [PATCH] MDL-19810 Migrated calls to print_heading --- mod/hotpot/index.php | 4 ++-- mod/hotpot/report.php | 7 ++++--- mod/hotpot/review.php | 2 +- mod/hotpot/view.php | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) 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 '