Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (15 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/home.php

    r1932 r2077  
    88            <?php if ( !function_exists('dynamic_sidebar')
    99                    || !dynamic_sidebar('third-section') ) : ?>
    10        
     10
    1111            <div class="widget-error">
    1212                <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=first-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
    1313            </div>
    14        
     14
    1515            <?php endif; ?>
    1616        </div>
    17        
     17
    1818        <div id="second-section" class="widget-section">
    1919            <?php if ( !function_exists('dynamic_sidebar')
    2020                    || !dynamic_sidebar('second-section') ) : ?>
    21        
     21
    2222            <div class="widget-error">
    2323                <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=second-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
    2424            </div>
    25        
     25
    2626            <?php endif; ?>
    2727        </div>
     
    3333            <div class="widget-error">
    3434                <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=third-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
    35             </div>     
    36        
     35            </div>
     36
    3737            <?php endif; ?>
    3838        </div>
Note: See TracChangeset for help on using the changeset viewer.