Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/20/2010 06:41:55 PM (14 years ago)
Author:
djpaul
Message:

Adds widget sidebar to footer, and adds custom background support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/footer.php

    r3300 r3458  
    55
    66        <div id="footer">
    7             <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), get_bloginfo( 'name' ) ); ?></p>
     7            <?php get_sidebar( 'footer' ) ?>
     8
     9            <div id="site-generator">
     10                <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), get_bloginfo( 'name' ) ); ?></p>
     11            </div>
    812
    913            <?php do_action( 'bp_footer' ) ?>
Note: See TracChangeset for help on using the changeset viewer.