Resource icon

Unmaintained [XI] Help Manager 1.0.1

No permission to download
Q: How can I include "Help" in the breadcrumbs, similar to how the other functions work.

You will need to add the following code into your template (preferably towards the top):
HTML:
<xen:navigation>
  <xen:breadcrumb href="{xen:link help}">{xen:phrase help}</xen:breadcrumb>
</xen:navigation>
Top Bottom