- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/groups/single/leave-confirm.php
r1905 r2077 2 2 3 3 <div class="content-header"> 4 4 5 5 </div> 6 6 7 <div id="content"> 7 <div id="content"> 8 8 9 9 <?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?> 10 10 11 11 <?php do_action( 'bp_before_group_leave_confirm_content' ) ?> 12 12 13 13 <div class="left-menu"> 14 14 <?php locate_template( array( 'groups/single/menu.php' ), true ) ?> … … 30 30 <h4><?php _e( 'Confirm Leave Group', 'buddypress' ); ?></h4> 31 31 <h3><?php _e( 'Are you sure you want to leave this group?', 'buddypress' ); ?></h3> 32 32 33 33 <p> 34 <a href="<?php bp_group_leave_confirm_link() ?>"><?php _e( "Yes, I'd like to leave this group.", 'buddypress' ) ?></a> | 34 <a href="<?php bp_group_leave_confirm_link() ?>"><?php _e( "Yes, I'd like to leave this group.", 'buddypress' ) ?></a> | 35 35 <a href="<?php bp_group_leave_reject_link() ?>"><?php _e( "No, I'll stay!", 'buddypress' ) ?></a> 36 36 </p> 37 37 38 38 <?php do_action( 'bp_group_leave_confirm_content' ) ?> 39 39 </div> 40 40 41 41 </div> 42 42 </div> 43 43 44 44 <?php do_action( 'bp_after_group_leave_confirm_content' ) ?> 45 45 46 46 <?php endwhile; endif; ?> 47 47 48 48 </div> 49 49
Note: See TracChangeset
for help on using the changeset viewer.