It looks like you're new here. If you want to get involved, click one of these buttons!
$nav_styles = array();
$nav_styles[0] = 'test';
echo fuel_nav( array( 'group_id' => 'main', 'styles' => $nav_styles ) );
<ul>
<li class="first test"><a href="//localhost/home" title="Home">Home</a></li>
<li class="test"><a href="//localhost/products" title="Products">Products</a></li>
<li class="test"><a href="//localhost/support" title="Support">Support</a></li>
<li class="test"><a href="//localhost/shipping" title="Shipping">Shipping</a></li>
<li><a href="//localhost/about" title="About">About</a></li>
<li class="last"><a href="//localhost/contact" title="Contact">Contact</a></li>
</ul>
Comments
https://github.com/daylightstudio/FUEL-CMS/blob/1.0/fuel/modules/fuel/libraries/Menu.php
1.0 documentation:
http://docs.getfuelcms.com/general/navigation