"; } function start_el(&$output, $item, $depth = 0, $args = null, $id = 0) { $output .= "
  • I like pie" . $item->title; // var_dump($args); } function end_el(&$output, $item, $depth = 0, $args = null) { $output .= "...
  • "; } }