Skip to:
Content

BuddyPress.org

Ticket #369: footer.php

File footer.php, 356 bytes (added by j.conti, 16 years ago)

This es the footer.php file fixed. Ready to use

Line 
1
2<div class="clear"></div>
3
4<div id="footer">
5        <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>
6</div>
7
8<?php wp_footer(); ?>
9
10        <!-- Generated in <?php timer_stop(1); ?> seconds -->
11</body>
12
13</html>