Skip to content

Commit

Permalink
moodle_page: MDL-12212 eliminate page_tag::print_footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed May 6, 2009
1 parent 0d5890c commit 397fff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions tag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,5 @@
/// Finish the page
echo '</tr></table>';

$PAGE->print_footer();

print_footer();
?>
4 changes: 0 additions & 4 deletions tag/pagelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ function print_header() {
}
print_header_simple($title, '', $navigation, '', '', '', $button);
}

function print_footer() {
print_footer();
}
}

page_map_class(PAGE_TAG_INDEX, 'page_tag');
Expand Down

0 comments on commit 397fff3

Please sign in to comment.