- Timestamp:
- 08/22/2013 06:05:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/sidebar-footer.php
r25065 r25090 6 6 * @subpackage Twenty_Fourteen 7 7 */ 8 ?> 9 <?php 10 if ( ! is_active_sidebar( 'sidebar-3' ) ) 8 9 if ( ! is_active_sidebar( 'sidebar-4' ) ) 11 10 return; 12 11 ?> 12 13 13 <div id="supplementary"> 14 15 <?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?>16 14 <div id="footer-sidebar" class="widget-area" role="complementary"> 17 <?php dynamic_sidebar( 'sidebar- 3' ); ?>15 <?php dynamic_sidebar( 'sidebar-4' ); ?> 18 16 </div><!-- #footer-sidebar --> 19 <?php endif; ?>20 21 17 </div><!-- #supplementary -->
Note: See TracChangeset
for help on using the changeset viewer.