print_header_simple($strgrades.':'.$stroutcomes, ':'.$strgrades, $navigation, '', '', true);
// Add tabs
- $currenttab = 'outcomesettings';
+ $currenttab = 'courseoutcomes';
include('tabs.php');
/// listing of all site outcomes + this course specific outcomes
}
return $string;
}
-?>
\ No newline at end of file
+?>
admin_externalpage_print_header();
// Add tabs
- $currenttab = 'outcomesettings';
+ $currenttab = 'siteoutcomes';
include('tabs.php');
$totalcount = count_records('grade_outcomes');
// print the footer, end of page
admin_externalpage_print_footer();
-?>
\ No newline at end of file
+?>