Im trying to make a new skin. Ive added the skin.xml file.
1.Is the file supposed to be called skin or have the same name as the ascx file (tried both)?
2. This is what i have in my XML file
i started with one CSS class to see if i can get the menu to use it but it doesnt work.
Im trying to learn the ascx skinning method but id like to be able to do this the HTML skin.xml way as well.
<Objects>
<Object>
<Token>[NAV]</Token>
<Settings>
<Setting>
<Name>ProviderName</Name>
<Value>DNNMenuNavigationProvider</Value>
</Setting>
<Setting>
<Name>CSSNodeRoot</Name>
<Value>an_menuItem</Value>
</Setting>
</Settings>
</Object>
</Objects>