I have a few skins and am having difficulty determining which xmlpackage is being executed.
In the standard skin that comes with ML v9, I would like to modify the xmlpackage (if that's what is executed) for the menu on the left at:
<div id="leftWrap">
<aspdnsf:EntityControl ID="ctrlEntityCategory" runat="server" Header="<%$ Tokens:StringResource, AppConfig.CategoryPromptPlural %>"
EntityType="Category" MaxMenuSize="<%$ Tokens:AppConfigUSInt, MaxMenuSize %>" />
</div>
<div id="content">
<!-- CONTENTS START -->
<asp:ContentPlaceHolder ID="PageContent" runat="server">
</asp:ContentPlaceHolder>
<!-- CONTENTS END -->
</div>
in template.master. Is it a xmlpackage that is executed or something else? Where can I find it and can it be customized for each skin?
Thanks,
Boris