Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/14/2009 06:20:51 PM (17 years ago)
Author:
apeatling
Message:

Activation and Registration code and style updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-framework/registration/register.php

    r1655 r1667  
    1111                        <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?>
    1212               
     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                       
    1321                                <div class="register-section" id="basic-details-section">
    1422                       
    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                
    2323                                        <?php /***** Basic Account Details ******/ ?>
    2424               
Note: See TracChangeset for help on using the changeset viewer.