'right', 'value2' => 'left', 'value3' => 'none', **/ if ($sidebar == 'value1' || 'value2' || 'value3') : if ($sidebar == 'value1') { $sidebar = 'right'; } if ($sidebar == 'value2') { $sidebar = 'left'; } if ($sidebar == 'value3') { ($sidebar = 'none'); } endif; //$sidebar = value 1,2,3 return $sidebar; } endif; // ! _sf_translate_dropdown_value exists //functions for opening and closing .primary, .content if (! function_exists('_sf_open') ) : function _sf_open($sidebar = 'value1') { $sidebar = _sf_translate_dropdown_value($sidebar); if ($sidebar == 'none') { echo '
'; do_action( 'tha_content_before' ); echo '
'; do_action( 'tha_content_top' ); } elseif ($sidebar == 'left') { echo '
'; do_action( 'tha_content_before' ); echo '
'; do_action( 'tha_content_top' ); } else { echo '
'; do_action( 'tha_content_before' ); echo '
'; do_action( 'tha_content_top' ); } } endif; //! _sf_open exists if (! function_exists('_sf_close') ) : function _sf_close($sidebar = 'value1', $sidebarName = null) { //if ($sidebar == '') { // $sidebar = 'none'; //} $sidebar = _sf_translate_dropdown_value($sidebar); if ($sidebar == 'none') { do_action( 'tha_content_bottom' ); echo '
'; do_action( 'tha_content_after' ); echo '
'; echo get_footer(); } else { do_action( 'tha_content_bottom' ); echo '
'; do_action( 'tha_content_after' ); echo get_sidebar(); echo '
'; echo get_footer(); } } endif; //! _sf_close exists if (! function_exists('_sf_sidebar_starter') ) : function _sf_sidebar_starter($sidebar = 'value1') { $sidebar = _sf_translate_dropdown_value($sidebar); if ($sidebar == 'left') { echo '