Terms & Conditions Links


Author Message
Ron Anderson

Posted: 9/10/2011
Quote message 

I would like the links for Terms and Conditions back on the skin. How would I go about doing that...and why did you remove them to begin with?
 
Jeff

Posted: 9/16/2011
Quote message 

Open the ASCX file and edit it to add these back.

Jeff
 
Terry

Posted: 9/23/2011
Quote message 

Add the following at the top of your page.aspx file...

<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/admin/Skins/terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/admin/Skins/privacy.ascx" %>