buddypress/1.0b2/buddypress-home/footer.php
2009-01-29 22:12:56 +00:00

12 lines
No EOL
291 B
PHP

<div class="clear"></div>
<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>
</div>
<?php wp_footer(); ?>
</body>
</html>