'', 'menu' => '', 'onelevel' => '0', 'depthlimit' => '0', 'addtitle' => '', 'indent' => '', ), $attr ) ); if($depthlimit != '0') $depth = $depthlimit; elseif($onelevel == '1') $depth = -1; else $depth = 0; if($class != '') $menu_class .= $class; else $menu_class = 'dropdown_menu'; if($addtitle != '') $dropdown_title = $addtitle; else $dropdown_title = ''; if($indent != '') $indent_string = $indent; else $indent_string = '- '; $defaults = array( 'theme_location' => '', 'menu' => $menu, 'container' => 'div', 'container_class' => 'dropdown_menu_container', 'container_id' => '', 'menu_class' => $menu_class, 'menu_id' => '', 'echo' => false, 'fallback_cb' => 'wp_page_menu', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', 'items_wrap' => '', 'depth' => $depth, 'walker' => '', 'dropdown_title' => $dropdown_title, 'indent_string' => $indent_string, ); return dropdown_menu( $defaults ); } } } if(class_exists('dropdowmenu_shortcode')) { $dropdowmenu_shortcode = new dropdowmenu_shortcode; } ?>