MDL-19787 Migrated calls to print_heading
This commit is contained in:
+2
-2
@@ -72,7 +72,7 @@
|
||||
|
||||
if (!empty($delete) and confirm_sesskey()) {
|
||||
admin_externalpage_print_header();
|
||||
print_heading($stractivities);
|
||||
echo $OUTPUT->heading($stractivities);
|
||||
|
||||
$strmodulename = get_string("modulename", "$delete");
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
}
|
||||
|
||||
admin_externalpage_print_header();
|
||||
print_heading($stractivities);
|
||||
echo $OUTPUT->heading($stractivities);
|
||||
|
||||
/// Get and sort the existing modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user