Changeset 2077 for trunk/bp-themes/bp-sn-parent/activity/my-friends.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/activity/my-friends.php
r1905 r2077 9 9 10 10 <?php do_action( 'bp_before_friends_activity_content' ) ?> 11 11 12 12 <div class="left-menu"> 13 13 <!-- Profile Menu (Avatar, Add Friend, Send Message buttons etc) --> … … 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 … … 53 53 <?php endwhile; ?> 54 54 </ul> 55 55 56 56 <?php do_action( 'bp_friends_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.