- Timestamp:
- 05/02/2018 04:46:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/groups/create.php
r11974 r12039 10 10 <?php bp_nouveau_groups_create_hook( 'before', 'content_template' ); ?> 11 11 12 <form action="<?php bp_group_creation_form_action(); ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data"> 12 <?php if ( 'group-invites' !== bp_get_groups_current_create_step() ) : ?> 13 <form action="<?php bp_group_creation_form_action(); ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data"> 14 <?php else : ?> 15 <div id="create-group-form" class="standard-form"> 16 <?php endif; ?> 13 17 14 18 <?php bp_nouveau_groups_create_hook( 'before' ); ?> … … 32 36 <?php bp_nouveau_groups_create_hook( 'after' ); ?> 33 37 34 </form> 38 <?php if ( 'group-invites' !== bp_get_groups_current_create_step() ) : ?> 39 </form><!-- #create-group-form --> 40 <?php else : ?> 41 </div><!-- #create-group-form --> 42 <?php endif; ?> 35 43 36 44 <?php bp_nouveau_groups_create_hook( 'after', 'content_template' ); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)