buddypress/bp-themes/bp-sn-parent/footer.php
Andy Peatling 5b41731b79 Merging 1.1 branch changes and syncing.
git-svn-id: https://buddypress.svn.wordpress.org/trunk@2077 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2009-11-02 19:54:21 +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>