Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (17 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/just-me.php

    r1905 r2077  
    99
    1010                <?php do_action( 'bp_before_my_activity_content' ) ?>
    11        
     11
    1212                <div class="left-menu">
    1313                        <!-- Profile Menu (Avatar, Add Friend, Send Message buttons etc) -->
     
    1616
    1717                <div class="main-column">
    18                
     18
    1919                        <?php bp_get_profile_header() ?>
    2020
     
    2727
    2828                                <?php if ( bp_has_activities( 'type=personal&per_page=25&max=500' ) ) : ?>
    29                                        
     29
    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() ?>
    50                                                        
     50
    5151                                                        <?php do_action( 'bp_my_activity_item' ) ?>
    5252                                                </li>
    5353                                        <?php endwhile; ?>
    5454                                        </ul>
    55                                        
     55
    5656                                        <?php do_action( 'bp_my_activity_content' ) ?>
    5757
     
    6464                                <?php endif;?>
    6565                        </div>
    66                
     66
    6767                </div>
    6868
Note: See TracChangeset for help on using the changeset viewer.