Hi. Is there a way to add menu items in a controller? I have my navigation array defined in nav.php, but I have a section that is built in the controller and I would like to be able to merge the new items into the nav array so that they will get picked up by the fuel_nav function in the view.
Chris.
Comments
fuel_nav(array('items' => $new_nav))