Changeset 1932 for trunk/bp-themes/bp-sn-parent/home.php
- Timestamp:
- 09/23/2009 01:50:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/home.php
r1905 r1932 5 5 <?php do_action( 'bp_before_home' ) ?> 6 6 7 <div id=" first-section" class="widget-section">7 <div id="third-section" class="widget-section"> 8 8 <?php if ( !function_exists('dynamic_sidebar') 9 9 || !dynamic_sidebar('third-section') ) : ?> 10 10 11 11 <div class="widget-error"> 12 <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar= third-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>13 </div> 12 <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=first-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a> 13 </div> 14 14 15 15 <?php endif; ?> … … 27 27 </div> 28 28 29 <div id=" third-section" class="widget-section">29 <div id="first-section" class="widget-section"> 30 30 <?php if ( !function_exists('dynamic_sidebar') 31 31 || !dynamic_sidebar('first-section') ) : ?> 32 32 33 33 <div class="widget-error"> 34 <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar= first-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>35 </div> 34 <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=third-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a> 35 </div> 36 36 37 37 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.