1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-23 21:06:56 +08:00
buddypress/1.0b1/buddypress-member/footer.php
Andy Peatling 35fdd5804c Tagging 1.0b1 member theme.
git-svn-id: https://buddypress.svn.wordpress.org/tags/default-member-theme@772 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2008-12-15 23:27:27 +00:00

11 lines
No EOL
195 B
PHP

</div> <!-- end #main -->
<div id="footer">
<?php wp_footer(); ?>
<!-- Generated in <?php timer_stop(1); ?> seconds with <?php echo get_num_queries(); ?> queries. -->
</div>
</body>
</html>