A great addition to this great mod would be the ability to create and manage a footer menu.
Michael 263 Posted September 15, 2016 Share this comment wouldn't be that difficult to create one by making a custom group and creating a hook for it. Cj Menu has a output plugin to help make this easier. {cjmenu="header" key="headerMenu" instance="header"} this is all the "header" menu includes in its hook. if your group was called "footer", it would be: {cjmenu="footer" key="footerMenu" instance="footer"} the key is for styling, instance is just a unique id for the build class so its not clashing with another menu, cjmenu= is the name for the group, make sure its lowercase as all group key's are lowercase, so cj menu can find it and build it. Link to comment Share on other sites More sharing options...
Loren 0 Posted September 29, 2016 Share this comment Thanks - I'll give that a try. Link to comment Share on other sites More sharing options...
Recommended Comments