- 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/index.php
r1921 r2077 1 1 <?php get_header() ?> 2 2 3 <?php do_action( 'bp_before_directory_groups_content' ) ?> 3 <?php do_action( 'bp_before_directory_groups_content' ) ?> 4 4 5 5 <div id="content"> 6 6 7 7 <div class="page" id="groups-directory-page"> 8 8 9 9 <form action="<?php echo site_url() . '/' ?>" method="post" id="groups-directory-form"> 10 10 <h3><?php _e( 'Groups Directory', 'buddypress' ) ?></h3> 11 11 12 12 <ul id="letter-list"> 13 13 <li><a href="#a" id="letter-a">A</a></li> … … 41 41 <div id="groups-directory-listing" class="directory-listing"> 42 42 <h3><?php _e( 'Groups Listing', 'buddypress' ) ?></h3> 43 43 44 44 <div id="group-dir-list"> 45 45 <?php locate_template( array( 'directories/groups/groups-loop.php' ), true ) ?> … … 47 47 48 48 </div> 49 49 50 50 <?php do_action( 'bp_directory_groups_content' ) ?> 51 51 … … 53 53 54 54 </form> 55 55 56 56 </div> 57 57 58 58 </div> 59 59 60 <?php do_action( 'bp_after_directory_groups_content' ) ?> 61 <?php do_action( 'bp_before_directory_groups_sidebar' ) ?> 60 <?php do_action( 'bp_after_directory_groups_content' ) ?> 61 <?php do_action( 'bp_before_directory_groups_sidebar' ) ?> 62 62 63 63 <div id="sidebar" class="directory-sidebar"> 64 64 65 <?php do_action( 'bp_before_directory_groups_search' ) ?> 65 <?php do_action( 'bp_before_directory_groups_search' ) ?> 66 66 67 67 <div id="groups-directory-search" class="directory-widget"> 68 68 69 69 <h3><?php _e( 'Find Groups', 'buddypress' ) ?></h3> 70 70 … … 72 72 73 73 <?php do_action( 'bp_directory_groups_search' ) ?> 74 74 75 75 </div> 76 76 77 <?php do_action( 'bp_after_directory_groups_search' ) ?> 78 <?php do_action( 'bp_before_directory_groups_featured' ) ?> 77 <?php do_action( 'bp_after_directory_groups_search' ) ?> 78 <?php do_action( 'bp_before_directory_groups_featured' ) ?> 79 79 80 80 <div id="groups-directory-featured" class="directory-widget"> 81 81 82 82 <h3><?php _e( 'Random Groups', 'buddypress' ) ?></h3> 83 83 84 84 <?php if ( bp_has_site_groups( 'type=random&max=3' ) ) : ?> 85 85 … … 93 93 94 94 <div class="item"> 95 95 96 96 <div class="item-title"><a href="<?php bp_the_site_group_link() ?>"><?php bp_the_site_group_name() ?></a></div> 97 97 <div class="item-meta"><span class="activity"><?php bp_the_site_group_last_active() ?></span></div> 98 98 99 99 <div class="field-data"> 100 100 <div class="field-name"> … … 102 102 <?php bp_the_site_group_member_count() ?> 103 103 </div> 104 104 105 105 <div class="field-name"> 106 106 <strong><?php _e( 'Description:', 'buddypress' ) ?></strong> … … 108 108 </div> 109 109 </div> 110 110 111 111 <?php do_action( 'bp_directory_groups_featured_item' ) ?> 112 112 113 113 </div> 114 114 … … 116 116 117 117 <?php endwhile; ?> 118 </ul> 118 </ul> 119 119 120 <?php do_action( 'bp_directory_groups_featured' ) ?> 121 120 <?php do_action( 'bp_directory_groups_featured' ) ?> 121 122 122 <?php else: ?> 123 123 … … 127 127 128 128 <?php endif; ?> 129 129 130 130 </div> 131 131 132 <?php do_action( 'bp_after_directory_groups_featured' ) ?> 132 <?php do_action( 'bp_after_directory_groups_featured' ) ?> 133 133 134 134 </div> 135 136 <?php do_action( 'bp_after_directory_groups_sidebar' ) ?> 135 136 <?php do_action( 'bp_after_directory_groups_sidebar' ) ?> 137 137 138 138 <?php get_footer() ?>
Note: See TracChangeset
for help on using the changeset viewer.