Changeset 2077 for trunk/bp-themes/bp-sn-parent/activity/just-me.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-sn-parent/activity/just-me.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/activity/just-me.php
r1905 r2077 9 9 10 10 <?php do_action( 'bp_before_my_activity_content' ) ?> 11 11 12 12 <div class="left-menu"> 13 13 <!-- Profile Menu (Avatar, Add Friend, Send Message buttons etc) --> … … 16 16 17 17 <div class="main-column"> 18 18 19 19 <?php bp_get_profile_header() ?> 20 20 … … 27 27 28 28 <?php if ( bp_has_activities( 'type=personal&per_page=25&max=500' ) ) : ?> 29 29 30 30 <div class="pagination"> 31 31 32 32 <div class="pag-count" id="activity-count"> 33 33 <?php bp_activity_pagination_count() ?> 34 34 </div> 35 35 36 36 <div class="pagination-links" id="activity-pag"> 37 37 <?php bp_activity_pagination_links() ?> 38 38 </div> 39 39 40 40 </div> 41 41 42 42 <ul id="activity-list" class="item-list activity-list"> 43 43 <?php while ( bp_activities() ) : bp_the_activity(); ?> … … 46 46 <?php bp_activity_avatar() ?> 47 47 </div> 48 48 49 49 <?php bp_activity_content() ?> 50 50 51 51 <?php do_action( 'bp_my_activity_item' ) ?> 52 52 </li> 53 53 <?php endwhile; ?> 54 54 </ul> 55 55 56 56 <?php do_action( 'bp_my_activity_content' ) ?> 57 57 … … 64 64 <?php endif;?> 65 65 </div> 66 66 67 67 </div> 68 68
Note: See TracChangeset
for help on using the changeset viewer.