Skip to:
Content

BuddyPress.org

Changeset 1932


Ignore:
Timestamp:
09/23/2009 01:50:04 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1044

Location:
trunk/bp-themes/bp-sn-parent
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/2c-left.css

    r1655 r1932  
    1 #first-section {
     1#second-section {
    22    float: left;
    33    width: 260px;
    44}
    55
    6 #second-section {
     6#first-section {
    77    margin-left: 280px;
    88}
  • trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/2c-right.css

    r1655 r1932  
    1 #first-section {
     1#second-section {
    22    float: right;
    33    width: 260px;
    44}
    55
    6 #second-section {
     6#first-section {
    77    margin-right: 280px;
    88}
  • trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/3c-center.css

    r1655 r1932  
    1 #third-section {
     1#first-section {
    22    margin-right: 280px;
    33    margin-left: 280px;
     
    1111}
    1212
    13 #first-section {
     13#third-section {
    1414    float: left;
    1515    width: 260px;
  • trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/3c-left.css

    r1655 r1932  
    11
    2 #third-section {
     2#first-section {
    33    margin-left: 560px;
    44}
     
    1010}
    1111
    12 #first-section {
     12#third-section {
    1313    float: left;
    1414    width: 260px;
  • trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/3c-right.css

    r1655 r1932  
    11
    2 #third-section {
     2#first-section {
    33    margin-right: 560px;
    44}
     
    1010}
    1111
    12 #first-section {
     12#third-section {
    1313    float: right;
    1414    width: 260px;
  • trunk/bp-themes/bp-sn-parent/home.php

    r1905 r1932  
    55        <?php do_action( 'bp_before_home' ) ?>
    66
    7         <div id="first-section" class="widget-section">
     7        <div id="third-section" class="widget-section">
    88            <?php if ( !function_exists('dynamic_sidebar')
    99                    || !dynamic_sidebar('third-section') ) : ?>
    10 
     10       
    1111            <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=&amp;show=&amp;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=&amp;show=&amp;sidebar=first-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
     13            </div>
    1414       
    1515            <?php endif; ?>
     
    2727        </div>
    2828
    29         <div id="third-section" class="widget-section">
     29        <div id="first-section" class="widget-section">
    3030            <?php if ( !function_exists('dynamic_sidebar')
    3131                    || !dynamic_sidebar('first-section') ) : ?>
    32        
     32
    3333            <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=&amp;show=&amp;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=&amp;show=&amp;sidebar=third-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
     35            </div>     
    3636       
    3737            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.