M Myrm New member Sep 16, 2015 #1 I am looking for a way / addon to create a secondary navigation menu underneith the first one. and manage the tabs on it. Is there such a thing. If not how would I create it manually. example code and where to put it would help
I am looking for a way / addon to create a secondary navigation menu underneith the first one. and manage the tabs on it. Is there such a thing. If not how would I create it manually. example code and where to put it would help
Russ Well-known member Sep 16, 2015 #2 I'd do the following... Create a new template with your navigation html Go to page_container and find: <!-- main content area --> include your template right beneath that: Code: <xen:include template="customnav" /> Place your CSS inside extra.css Upvote 0 Downvote
I'd do the following... Create a new template with your navigation html Go to page_container and find: <!-- main content area --> include your template right beneath that: Code: <xen:include template="customnav" /> Place your CSS inside extra.css
M Myrm New member Sep 17, 2015 #3 so I would need to make a customnav template and include it? would there be a way to modify it via the control panel? If not is there a tool that can? Upvote 0 Downvote
so I would need to make a customnav template and include it? would there be a way to modify it via the control panel? If not is there a tool that can?