- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/settings/notifications.php
r4347 r5737 9 9 ?> 10 10 11 <?php get_header( 'buddypress' ) ?>11 <?php get_header( 'buddypress' ); ?> 12 12 13 13 <div id="content"> … … 50 50 <h3><?php _e( 'Email Notification', 'buddypress' ); ?></h3> 51 51 52 <?php do_action( 'bp_template_content' ) ?>52 <?php do_action( 'bp_template_content' ); ?> 53 53 54 54 <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/notifications'; ?>" method="post" class="standard-form" id="settings-form"> … … 78 78 </div><!-- #content --> 79 79 80 <?php get_sidebar( 'buddypress' ) ?>80 <?php get_sidebar( 'buddypress' ); ?> 81 81 82 <?php get_footer( 'buddypress' ) ?>82 <?php get_footer( 'buddypress' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.