refine = $refine; // // Set up the namespace for our class. // //$this->css_class = strtolower(__CLASS__); // //add_filter('wp_nav_menu_items', 'new_nav_menu_items'); // } /** * Provide the opening markup for a new menu within our menu (AKA a submenu). * * @param string $output Passed by reference. @see start_el(). * @param int $depth Depth of menu item. @see start_el(). * @param array $args An array of arguments. @see start_el(). */ function start_lvl(&$output, $depth = 0, $args = array()) { $indent = str_repeat("\t", $depth); //$panel_class = $item->panelclass; // Select a CSS class for this `