I have a website in Umbraco with multiple menus. Some of the pages are in both menus. What is the best way to create a menu with XSLT (or something else) that can allow then client to easily put content where they want?
Example:
Main Menu -Home -About Us -Terms of Use - Services -Add New -Contact
Side Menu - News Story 1 - News Story 2 - News Story 3
Footer Menu - Careers - Terms of Use - Contact
My original thought on this was to create 3 separate content folders (one for each menu) but if I do that how does something like Terms of Use or Contact get used by both menus? Would I have to hard code it in?