mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-19822 Migrated calls to print_heading
This commit is contained in:
parent
3c15938527
commit
f7a1496e38
@ -168,7 +168,7 @@
|
||||
}
|
||||
|
||||
print_box_start();
|
||||
print_heading($strquery);
|
||||
echo $OUTPUT->heading($strquery);
|
||||
|
||||
print_box_start();
|
||||
|
||||
@ -380,4 +380,4 @@
|
||||
}
|
||||
print_box_end();
|
||||
print_footer();
|
||||
?>
|
||||
?>
|
||||
|
@ -53,7 +53,7 @@ require_once($CFG->dirroot.'/search/lib.php');
|
||||
/// keep things pretty, even if php5 isn't available
|
||||
|
||||
print_box_start();
|
||||
print_heading($strquery);
|
||||
echo $OUTPUT->heading($strquery);
|
||||
|
||||
print_box_start();
|
||||
|
||||
@ -107,7 +107,7 @@ require_once($CFG->dirroot.'/search/lib.php');
|
||||
$spacer = new html_image();
|
||||
$spacer->height = 20;
|
||||
echo $OUTPUT->spacer(clone($spacer)) . '<br />';
|
||||
print_heading($solutionsstr);
|
||||
echo $OUTPUT->heading($solutionsstr);
|
||||
|
||||
unset($admin_table->data);
|
||||
if (isset($errors['dir'])) {
|
||||
@ -160,7 +160,7 @@ require_once($CFG->dirroot.'/search/lib.php');
|
||||
|
||||
}
|
||||
|
||||
print_heading($databasestatestr);
|
||||
echo $OUTPUT->heading($databasestatestr);
|
||||
print_table($table);
|
||||
|
||||
print_box_end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user