From: toyomoyo Date: Tue, 31 Jul 2007 04:24:39 +0000 (+0000) Subject: adding a print_heading() call X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f29146dd44c511632870c4a114f1fad0bd52b423;p=moodle.git adding a print_heading() call --- 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');