From f29146dd44c511632870c4a114f1fad0bd52b423 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Tue, 31 Jul 2007 04:24:39 +0000 Subject: [PATCH] adding a print_heading() call --- grade/edit/courseoutcomes/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/grade/edit/courseoutcomes/index.php b/grade/edit/courseoutcomes/index.php index 9dfe277e51..3db1af56c3 100644 --- a/grade/edit/courseoutcomes/index.php +++ b/grade/edit/courseoutcomes/index.php @@ -65,6 +65,7 @@ print_header_simple($strgrades.': '.$pagename, ': '.$strgrades, $navigation, '', /// Print the plugin selector at the top print_grade_plugin_selector($courseid, 'edit', 'courseoutcomes'); +print_heading(get_string('courseoutcomes', 'grades')); check_theme_arrows(); include_once('form.html'); -- 2.39.5