Changeset 1505
- Timestamp:
- 06/03/2009 11:12:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r1486 r1505 41 41 <div class="item-options" id="groups-list-options"> 42 42 <img id="ajax-loader-groups" src="<?php echo $bp->groups->image_base ?>/ajax-loader.gif" height="7" alt="<?php _e( 'Loading', 'buddypress' ) ?>" style="display: none;" /> 43 <a href="<?php echo site_url() . '/ groups'?>" id="newest-groups"><?php _e("Newest", 'buddypress') ?></a> |44 <a href="<?php echo site_url() . '/ groups'?>" id="recently-active-groups"><?php _e("Active", 'buddypress') ?></a> |45 <a href="<?php echo site_url() . '/ groups'?>" id="popular-groups" class="selected"><?php _e("Popular", 'buddypress') ?></a>43 <a href="<?php echo site_url() . '/' . $bp->groups->slug ?>" id="newest-groups"><?php _e("Newest", 'buddypress') ?></a> | 44 <a href="<?php echo site_url() . '/' . $bp->groups->slug ?>" id="recently-active-groups"><?php _e("Active", 'buddypress') ?></a> | 45 <a href="<?php echo site_url() . '/' . $bp->groups->slug ?>" id="popular-groups" class="selected"><?php _e("Popular", 'buddypress') ?></a> 46 46 </div> 47 47 <ul id="groups-list" class="item-list">
Note: See TracChangeset
for help on using the changeset viewer.