Changeset 3460 for trunk/bp-themes/bp-default/groups/index.php
- Timestamp:
- 11/21/2010 12:55:18 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/groups/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/index.php
r3306 r3460 9 9 <?php do_action( 'bp_before_directory_groups_content' ) ?> 10 10 11 <div id="group-dir-search" class="dir-search" >11 <div id="group-dir-search" class="dir-search" role="search"> 12 12 <?php bp_directory_groups_search_form() ?> 13 13 </div><!-- #group-dir-search --> 14 14 15 <div class="item-list-tabs" >15 <div class="item-list-tabs" role="navigation"> 16 16 <ul> 17 17 <li class="selected" id="groups-all"><a href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG ?>"><?php printf( __( 'All Groups (%s)', 'buddypress' ), bp_get_total_group_count() ) ?></a></li>
Note: See TracChangeset
for help on using the changeset viewer.