MDL-19823 Converted all print_footer() calls
This commit is contained in:
@@ -175,5 +175,5 @@ EOT2;
|
||||
echo $outstr;
|
||||
}
|
||||
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
||||
@@ -187,5 +187,5 @@ $outstr = '
|
||||
</div>';
|
||||
echo $outstr;
|
||||
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
||||
+1
-1
@@ -148,6 +148,6 @@ myAutoComp.formatResult = function(aResultItem, sQuery) {
|
||||
|
||||
<?php
|
||||
}
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
+1
-1
@@ -150,5 +150,5 @@ if ($usercount > 0) {
|
||||
print_box_end();
|
||||
}
|
||||
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
||||
+1
-1
@@ -278,6 +278,6 @@ if ($perpage == SHOW_ALL_PAGE_SIZE) {
|
||||
|
||||
echo '<br/>';
|
||||
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
+1
-1
@@ -54,6 +54,6 @@ print_box_start('generalbox', 'big-tag-cloud-box');
|
||||
tag_print_cloud(150);
|
||||
print_box_end();
|
||||
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user