Changeset 2077 for trunk/bp-themes/bp-sn-parent/home.php
- Timestamp:
- 11/02/2009 07:54:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/home.php
r1932 r2077 8 8 <?php if ( !function_exists('dynamic_sidebar') 9 9 || !dynamic_sidebar('third-section') ) : ?> 10 10 11 11 <div class="widget-error"> 12 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 13 </div> 14 14 15 15 <?php endif; ?> 16 16 </div> 17 17 18 18 <div id="second-section" class="widget-section"> 19 19 <?php if ( !function_exists('dynamic_sidebar') 20 20 || !dynamic_sidebar('second-section') ) : ?> 21 21 22 22 <div class="widget-error"> 23 23 <?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=second-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a> 24 24 </div> 25 25 26 26 <?php endif; ?> 27 27 </div> … … 33 33 <div class="widget-error"> 34 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 35 </div> 36 37 37 <?php endif; ?> 38 38 </div>
Note: See TracChangeset
for help on using the changeset viewer.