]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19793 Converted all print_footer() calls
authornicolasconnault <nicolasconnault>
Thu, 6 Aug 2009 14:22:10 +0000 (14:22 +0000)
committernicolasconnault <nicolasconnault>
Thu, 6 Aug 2009 14:22:10 +0000 (14:22 +0000)
calendar/event.php
calendar/export.php
calendar/preferences.php
calendar/view.php

index b4d406e9e69275ee6489eafff475fe3b2c8a3fea..ae5fbee15dfb975dbc36a45858f35edd14e895e7 100644 (file)
     echo '</td>';
     echo '</tr></table>';
 
-    print_footer();
+    echo $OUTPUT->footer();
 
 
 function validate_form(&$form, &$err) {
index cb9d276dc931e8b7cac979dc39559dfed57ade1f..1ec6009712f38a18ee105faf3dc305e9dae35c29 100644 (file)
@@ -132,7 +132,7 @@ echo '</td>';
 
 echo '</tr></table>';
 
-print_footer();
+echo $OUTPUT->footer();
 
 
 
index 3eafa1b2040a4e5d68ae63335db62266f523e6ef..d85ab8385436332da6ae44ab10fb5d751675ea98 100644 (file)
@@ -84,6 +84,6 @@
     include('./preferences.html');
     print_simple_box_end();
 
-    print_footer($course);
+    echo $OUTPUT->footer();
 
 ?>
index c122b7bef3df20fa32b6561ab8a427b52cfef195..d40a905a3fb6a1af17d6c446b8468c2798437890 100644 (file)
 
     echo '</tr></table>';
 
-    print_footer();
+    echo $OUTPUT->footer();