From: nicolasconnault Date: Thu, 6 Aug 2009 14:25:32 +0000 (+0000) Subject: MDL-19822 Converted all print_footer() calls X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=daa2cd33a13f62dfcaf6625e2c3af222d4908430;p=moodle.git MDL-19822 Converted all print_footer() calls --- diff --git a/search/indexersplash.php b/search/indexersplash.php index 8f80e69156..916a3ef6da 100644 --- a/search/indexersplash.php +++ b/search/indexersplash.php @@ -66,8 +66,8 @@ ."Test indexing or " ."Continue indexing or Back to query page." .""); - print_footer(); + echo $OUTPUT->footer(); } else { header('Location: indexer.php?areyousure=yes'); } -?> \ No newline at end of file +?> diff --git a/search/query.php b/search/query.php index 96c753ca72..41e6f6eed1 100644 --- a/search/query.php +++ b/search/query.php @@ -379,5 +379,5 @@ footer(); ?> diff --git a/search/stats.php b/search/stats.php index 703c1bedf8..e74671a897 100644 --- a/search/stats.php +++ b/search/stats.php @@ -165,5 +165,5 @@ require_once($CFG->dirroot.'/search/lib.php'); print_box_end(); print_box_end(); - print_footer(); + echo $OUTPUT->footer(); ?>