I like the look of the navbar and the functionality when in place. I would like to see about using this for the main menu, and not just the admin menu.

Is this possible; and if so, where is documentation on this?

Comments

Tregonia created an issue.

mbarcelo’s picture

Hi @Tregonia,

You should create a new custom module as usual (.info + .module files) with an extra file 'mymodule.navbar.inc' with your own hook_navbar() function. You could find this function in navbar module.