Changeset 2302 for trunk/bp-themes/bp-default/groups/index.php
- Timestamp:
- 01/15/2010 11:59:28 AM (16 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
r2284 r2302 5 5 6 6 <form action="" method="post" id="groups-directory-form" class="dir-form"> 7 <h2><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> <a class="button" href="<?php echobp_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h2>7 <h2><?php _e( 'Groups Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> <a class="button" href="<?php bp_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?></h2> 8 8 9 9 <?php do_action( 'bp_before_directory_groups_content' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.