Removing Information Links

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
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!
Il y a 13 ans
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>--%>
Il y a 13 ans
That worked! Thank you very much!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.