- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/directories/groups/groups-loop.php
r1921 r2077 1 1 <?php if ( bp_has_site_groups( 'type=active&per_page=10' ) ) : ?> 2 2 3 3 <div class="pagination"> 4 4 5 5 <div class="pag-count" id="group-dir-count"> 6 6 <?php bp_site_groups_pagination_count() ?> … … 10 10 <?php bp_site_groups_pagination_links() ?> 11 11 </div> 12 12 13 13 </div> 14 15 <?php do_action( 'bp_before_directory_groups_list' ) ?> 14 15 <?php do_action( 'bp_before_directory_groups_list' ) ?> 16 16 17 17 <ul id="groups-list" class="item-list"> … … 38 38 <?php bp_the_site_group_type() ?> / <?php bp_the_site_group_member_count() ?> 39 39 </div> 40 40 41 41 <?php do_action( 'bp_directory_groups_actions' ) ?> 42 42 </div> … … 46 46 47 47 <?php endwhile; ?> 48 </ul> 48 </ul> 49 49 50 <?php do_action( 'bp_after_directory_groups_list' ) ?> 51 50 <?php do_action( 'bp_after_directory_groups_list' ) ?> 51 52 52 <?php else: ?> 53 53
Note: See TracChangeset
for help on using the changeset viewer.