Create navigation group

edited January 2014 in Feature Requests
Hi, I'm new to FuelCMS, I can create navigation group via CMS, But is there any possibility to create navigation group via $nav global variable.

Comments

  • edited 4:37PM
    You can use a different variable in the nav.php file and then specify that variable name using the 'var' parameter:
    fuel_nav(array('var' => 'my_nav'))?>
  • edited 4:37PM
    Thanks
Sign In or Register to comment.