buddypress/1.0rc1/buddypress-member/footer.php
2009-02-13 02:45:19 +00:00

11 lines
No EOL
284 B
PHP

</div> <!-- end #main -->
<div id="footer">
<?php printf( __( '%s is proudly powered by <a href="http://mu.wordpress.org">WordPress MU</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), bloginfo('name') ); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>