'; dynamic_sidebar( 'footer-sidebar' ); echo '
'; } if ( is_active_sidebar( 'footer-sidebar-2' ) ) { if ( 'column-one' != $widget_area_layout ) { echo '
'; dynamic_sidebar( 'footer-sidebar-2' ); echo '
'; } } if ( is_active_sidebar( 'footer-sidebar-3' ) ) { if ( 'column-one' != $widget_area_layout && 'column-two' != $widget_area_layout ) { echo '
'; dynamic_sidebar( 'footer-sidebar-3' ); echo '
'; } } if ( is_active_sidebar( 'footer-sidebar-4' ) ) { if ( 'column-four' == $widget_area_layout ) { echo '
'; dynamic_sidebar( 'footer-sidebar-4' ); echo '
'; } } ?>