Erik...
I'm wondering where to put the substitutions you mentioned (MLMENU, MLPAGETITLE, Etc.)...
If I were using an ascx file to define my skin, how would I substitute out for the ML versions of the dnn object?
I'm not too familiar with DNN skins, but in the definition, I have something like:
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
but when I navigate in my site to the /Admin/Skins/ folder, I don't see the MLMENU or MLPAGETITLE files, so obviously changing "SolPartMenu.ascx" to "MLMENU.ascx" won't work, right?
Where should I look next to figure this out?
Thanks