jebu1104
5/29/2015 - 2:49 PM

extend menu

extend menu

// class Child_Wrap extends Walker_Nav_Menu
// {
//     function start_lvl(&$output, $depth)
//     {
//         $indent = str_repeat("\t", $depth);
//         $output .= "\n$indent<div class=\"sub\"><ul class=\"sub-menu\">\n";
//     }
//     function end_lvl(&$output, $depth)
//     {
//         $indent = str_repeat("\t", $depth);
//         $output .= "$indent</ul></div>\n";
//     }}