- Timestamp:
- 08/14/2009 06:20:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-framework/registration/register.php
r1655 r1667 11 11 <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?> 12 12 13 <h2 class="pagetitle"><?php _e( 'Sign Up', 'buddypress' ) ?></h2> 14 15 <?php do_action( 'template_notices' ) ?> 16 17 <p><?php _e( 'Registering for this site is easy, just fill in the fields below and we\'ll get a new account set up for you in no time.', 'buddypress' ) ?></p> 18 19 <?php do_action( 'bp_before_account_details_fields' ) ?> 20 13 21 <div class="register-section" id="basic-details-section"> 14 22 15 <h2 class="pagetitle"><?php _e( 'Sign Up', 'buddypress' ) ?></h2>16 17 <?php do_action( 'template_notices' ) ?>18 19 <p><?php _e( 'Registering for this site is easy, just fill in the fields below and we\'ll get a new account set up for you in no time.', 'buddypress' ) ?></p>20 21 <?php do_action( 'bp_before_account_details_fields' ) ?>22 23 23 <?php /***** Basic Account Details ******/ ?> 24 24
Note: See TracChangeset
for help on using the changeset viewer.