XF 1.1 Remove Trophies From Help

Edit template navigation find and remove the code in red:
Rich (BB code):
          <xen:hook name="navigation_tabs_help">
            <li><a href="{xen:link help/smilies}">{xen:phrase smilies}</a></li>
            <li><a href="{xen:link help/bb-codes}">{xen:phrase bb_codes}</a></li>
            <li><a href="{xen:link help/trophies}">{xen:phrase trophies}</a></li>
            <li><a href="{xen:link help/cookies}">{xen:phrase cookie_usage}</a></li>
            <xen:if is="{$tosUrl}"><li><a href="{$tosUrl}">{xen:phrase terms_and_rules}</a></li></xen:if>
          </xen:hook>
 
Top Bottom