Removing Information Links

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
How do I remove links under the "Information" section in the left column of the darkOrange theme?  There are some there that are not necessary and I need to remove them.  Thanks!
13 年 前
jhaydon wrote:
How do I remove links under the "Information" section in the left column of the darkOrange theme?  There are some there that are not necessary and I need to remove them.  Thanks!


Hi,

Got to the modules folder and open the infoblock.ascx by double clicking on it then just comment out the ones you don't need like so:


<%--<li><a href="<%=Page.ResolveUrl("~/contactus.aspx")%>">
                <%=GetLocaleResourceString("ContactUs.ContactUs")%></a> </li>--%>
13 年 前
That worked! Thank you very much!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.