Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (16 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/activity/my-friends.php

    r1905 r2077  
    99
    1010        <?php do_action( 'bp_before_friends_activity_content' ) ?>
    11    
     11
    1212        <div class="left-menu">
    1313            <!-- Profile Menu (Avatar, Add Friend, Send Message buttons etc) -->
     
    2929
    3030                    <div class="pagination">
    31                        
     31
    3232                        <div class="pag-count" id="activity-count">
    3333                            <?php bp_activity_pagination_count() ?>
    3434                        </div>
    35        
     35
    3636                        <div class="pagination-links" id="activity-pag">
    3737                            &nbsp; <?php bp_activity_pagination_links() ?>
    3838                        </div>
    39                        
     39
    4040                    </div>
    41                    
     41
    4242                    <ul id="activity-list" class="item-list activity-list">
    4343                    <?php while ( bp_activities() ) : bp_the_activity(); ?>
     
    4646                                <?php bp_activity_avatar() ?>
    4747                            </div>
    48                            
     48
    4949                            <?php bp_activity_content() ?>
    5050
     
    5353                    <?php endwhile; ?>
    5454                    </ul>
    55                    
     55
    5656                    <?php do_action( 'bp_friends_activity_content' ) ?>
    5757
     
    6464                <?php endif;?>
    6565            </div>
    66        
     66
    6767        </div>
    6868
Note: See TracChangeset for help on using the changeset viewer.