Reply to thread

You can remove it by modifying the contents of the help_sidebar_links hook if you want to do it in an add-on way.

 

This is the link in the sidebar in the help_wrapper template:

<li><a href="{xen:link help/cookies}" class="{xen:if "{$selected} == 'cookies'", 'secondaryContent', 'primaryContent'}">{xen:phrase cookie_usage}</a></li>

 

I guess you could remove it from the main help_index with a templatePostRender?


Back
Top Bottom