I'm using DNN Evoq Basic Version 9.1. I recently upgraded from Version 8.5. Upon upgrading, one of our website's left menu navigation has disappeared.
We are using the following code in our .ascx
file:
<%@ Register TagPrefix="dnn" TagName="LEFTMENU" Src="~/Admin/Skins/leftmenu.ascx" %>
<dnn:LEFTMENU runat="server" EnableAdminMenus="true" ID="LM" />
I traced the source file and it still exists in the file structure. Is this code still valid in Version 9.1? If so, how do I make it work again?
Thanks.