mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-19822 Converted all print_footer() calls
This commit is contained in:
parent
3c1d69dda3
commit
daa2cd33a1
@ -66,8 +66,8 @@
|
||||
."<a href='tests/index.php'>Test indexing</a> or "
|
||||
."<a href='indexer.php?areyousure=yes'>Continue indexing</a> or <a href='index.php'>Back to query page</a>."
|
||||
."</pre>");
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
} else {
|
||||
header('Location: indexer.php?areyousure=yes');
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
@ -379,5 +379,5 @@
|
||||
<?php
|
||||
}
|
||||
print_box_end();
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
@ -165,5 +165,5 @@ require_once($CFG->dirroot.'/search/lib.php');
|
||||
|
||||
print_box_end();
|
||||
print_box_end();
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user