]> git.mjollnir.org Git - moodle.git/commitdiff
moodle_page: MDL-12212 eliminate page_tag::print_footer
authortjhunt <tjhunt>
Wed, 6 May 2009 09:03:16 +0000 (09:03 +0000)
committertjhunt <tjhunt>
Wed, 6 May 2009 09:03:16 +0000 (09:03 +0000)
tag/index.php
tag/pagelib.php

index 0de525965b13f789f0fffecba0c8f92acbb390ca..ed30755679815a6a66e72c728e61ce1857408a40 100644 (file)
@@ -175,6 +175,5 @@ if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $PAGE->user_is_editing(
 /// Finish the page
 echo '</tr></table>';
 
-$PAGE->print_footer();
-
+print_footer();
 ?>
index d89b0259c1ea911f8a84b4808c7c2265d5e9551a..4dcef9c6fa8d00456c5439d8efd6e9b7eda27328 100644 (file)
@@ -31,10 +31,6 @@ class page_tag extends page_base {
         }
         print_header_simple($title, '', $navigation, '', '', '', $button);
     }    
-    
-    function print_footer() {
-        print_footer();
-    }
 }
 
 page_map_class(PAGE_TAG_INDEX, 'page_tag');