'; $p_class = 'l-full m-half-rm ' . aweaver_area_class( 'primary', 'pad', '', 'margin-bottom' ); $s_class = 'l-full m-half-lm ' . aweaver_area_class( 'secondary', 'pad', '', 'margin-bottom' ); if ( aweaver_has_widgetarea( 'primary-widget-area' ) ) { aweaver_echo_safe( $wrap ); // keep the two areas vertical no matter what the content height if ( aweaver_has_widgetarea( 'secondary-widget-area' ) ) { // both top and bottom aweaver_put_widgetarea( 'primary-widget-area', $p_class ); aweaver_put_widgetarea( 'secondary-widget-area', $s_class ); } else { // top only $p_class = str_replace( 'm-half-rm', 'm-full', $p_class ); aweaver_put_widgetarea( 'primary-widget-area', $p_class ); } echo ''; } else { if ( aweaver_has_widgetarea( 'secondary-widget-area' ) ) { // bottom only $s_class = str_replace( 'm-half-lm', 'm-full', $s_class ); aweaver_echo_safe( $wrap ); aweaver_put_widgetarea( 'secondary-widget-area', $s_class ); } else { aweaver_echo_safe( $wrap ); aweaver_no_sidebars( $p_class ); } echo ''; } } aweaver_sidebar_left( );