Further clarification...
I have this for the menu placement...
<div id="Menu"><dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" CSSControl="main_dnnmenu_bar" CSSContainerRoot="main_dnnmenu_container" CSSNode="main_dnnmenu_item" CSSNodeRoot="main_dnnmenu_rootitem" CSSIcon="main_dnnmenu_icon" CSSContainerSub="main_dnnmenu_submenu" CSSBreak="main_dnnmenu_break" CSSNodeHover="main_dnnmenu_itemhover" /></div>
Let's say that the church menu needs top-level items of: Apple Bananna Peach Pear Grapes...
Let's say that the school menu needs top-level items of: Round Square Triangle Rectangle...
How do I make some pages point to a different menu, or mark specific items for one template and not the other?
Or... I noticed that starting with the DNN-Blue skin, the Register directives have this line:
<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
Can I duplicate this with its code-behind and xml to another name, let's say Nav2.ascx?
Thoughts?
Your help is greatly appriciated!!!
Tony