Hi,
I'm trying to make HM1.3 work on my DNN4.5. I made a custom skin with this code after I installed the module :
<
%@ Register TagPrefix="dnn" TagName="HOUSEMENU" Src="~/DesktopModules/HouseMenuSkinObject/HouseMenuSkinObject.ascx" %
>
<
dnn:housemenu stylename="" csselementid="" isrecursive="True" hidepagenames="False" showpageicons="False" mode="d" orientation="h" showhome="False" showadmin="True" scope="-1" runat="server"
/>
I have removed some characters to make it displayable ...
This give me the whole menu in flat format with UL and LI. I have no error, but it's like no javascript or css is loaded.
Any ideas? |