Global Navigation Menu

A global navigation menu is a global footer that can be displayed instead of the default footer.

Implementation

The global navigation menu is added in the appFooter section of the page.

Simply set the globalNav variable to true.

defFooter.outerHTML = wet.builder.appFooter({
...
    "globalNav": true
...
});