, * created by Edward McIntyre and with the licence GPLv2. * * @package Odin * @category Bootstrap * @author WPBrasil * @version 2.1.4 */ class Odin_Bootstrap_Nav_Walker extends Walker_Nav_Menu { /** * @see Walker::start_lvl() * * @param string $output Passed by reference. Used to append additional content. * @param int $depth Depth of page. Used for padding. */ public function start_lvl( &$output, $depth = 0, $args = array() ) { $indent = str_repeat( "\t", $depth ); $output .= "\n$indent'; if ( $container ) { $fb_output .= ''; } echo $fb_output; } } }