From 1dd2ba5476b2cde856e497797cc15c91be04a261 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 6 Aug 2009 14:19:31 +0000 Subject: [PATCH] MDL-19823 Converted all print_footer() calls --- tag/coursetags_edit.php | 2 +- tag/coursetags_more.php | 2 +- tag/edit.php | 2 +- tag/index.php | 2 +- tag/manage.php | 2 +- tag/search.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tag/coursetags_edit.php b/tag/coursetags_edit.php index 6dc1e7bad2..71e74d9e68 100644 --- a/tag/coursetags_edit.php +++ b/tag/coursetags_edit.php @@ -175,5 +175,5 @@ EOT2; echo $outstr; } -print_footer(); +echo $OUTPUT->footer(); ?> diff --git a/tag/coursetags_more.php b/tag/coursetags_more.php index 11ea6d97e4..98ae06f2a6 100644 --- a/tag/coursetags_more.php +++ b/tag/coursetags_more.php @@ -187,5 +187,5 @@ $outstr = ' '; echo $outstr; -print_footer(); +echo $OUTPUT->footer(); ?> diff --git a/tag/edit.php b/tag/edit.php index 0a7fb4bcb2..a39a017cff 100644 --- a/tag/edit.php +++ b/tag/edit.php @@ -148,6 +148,6 @@ myAutoComp.formatResult = function(aResultItem, sQuery) { footer(); ?> diff --git a/tag/index.php b/tag/index.php index f294645d94..bbf5261379 100644 --- a/tag/index.php +++ b/tag/index.php @@ -150,5 +150,5 @@ if ($usercount > 0) { print_box_end(); } -print_footer(); +echo $OUTPUT->footer(); ?> diff --git a/tag/manage.php b/tag/manage.php index 0c86b65347..4058357693 100644 --- a/tag/manage.php +++ b/tag/manage.php @@ -278,6 +278,6 @@ if ($perpage == SHOW_ALL_PAGE_SIZE) { echo '
'; -print_footer(); +echo $OUTPUT->footer(); ?> diff --git a/tag/search.php b/tag/search.php index 649e3f6a01..a7b0e8019d 100644 --- a/tag/search.php +++ b/tag/search.php @@ -54,6 +54,6 @@ print_box_start('generalbox', 'big-tag-cloud-box'); tag_print_cloud(150); print_box_end(); -print_footer(); +echo $OUTPUT->footer(); ?> -- 2.39.5