buddypress/bp-themes/bp-sn-parent/footer.php
2009-11-02 18:56:42 +00:00

21 lines
No EOL
502 B
PHP

</div> <!-- #container -->
<?php do_action( 'bp_after_container' ) ?>
<div class="clear"></div>
<?php do_action( 'bp_before_footer' ) ?>
<div id="footer">
<p><?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') ); ?></p>
<?php do_action( 'bp_footer' ) ?>
</div>
<?php do_action( 'bp_after_footer' ) ?>
<?php wp_footer(); ?>
</body>
</html>