Hello Everyone,
I'm having a lot of problems trying to make a responsive skin using Bootstrap 3 in DNN5. To be specific: How do you include extra JS and CSS files such that they appear in the <head> tag? I've tried using the following, however DNN always responds saying it doesn't recognize the Register Directives and DNN tags:
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %>
<dnn:DnnCssInclude runat="server" />
<%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Web.Client.ClientResourceManagement" Assembly="DotNetNuke.Web.Client" %>
<dnn:DnnJsInclude runat="server" />
Speaking of Register Directives, where can I find a complete list of Register Directives with an accompanying list of what versions of DNN they support? This is the most impossible thing to find over the net so far.
Thank you in advance for the support!