Changeset 1932
- Timestamp:
- 09/23/2009 01:50:04 AM (15 years ago)
- 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 { 2 2 float: left; 3 3 width: 260px; 4 4 } 5 5 6 # second-section {6 #first-section { 7 7 margin-left: 280px; 8 8 } -
trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/2c-right.css
r1655 r1932 1 # first-section {1 #second-section { 2 2 float: right; 3 3 width: 260px; 4 4 } 5 5 6 # second-section {6 #first-section { 7 7 margin-right: 280px; 8 8 } -
trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/3c-center.css
r1655 r1932 1 # third-section {1 #first-section { 2 2 margin-right: 280px; 3 3 margin-left: 280px; … … 11 11 } 12 12 13 # first-section {13 #third-section { 14 14 float: left; 15 15 width: 260px; -
trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/3c-left.css
r1655 r1932 1 1 2 # third-section {2 #first-section { 3 3 margin-left: 560px; 4 4 } … … 10 10 } 11 11 12 # first-section {12 #third-section { 13 13 float: left; 14 14 width: 260px; -
trunk/bp-themes/bp-sn-parent/_inc/css/layout/home-page/3c-right.css
r1655 r1932 1 1 2 # third-section {2 #first-section { 3 3 margin-right: 560px; 4 4 } … … 10 10 } 11 11 12 # first-section {12 #third-section { 13 13 float: right; 14 14 width: 260px; -
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.