adding a print_heading() call

This commit is contained in:
toyomoyo 2007-07-31 04:24:39 +00:00
parent 0b06f5666d
commit f29146dd44

View File

@ -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');