Forum OpenACS Development: Adding an include to all xowiki pages, or template

I want to add the
{{my-references}}
include to show up at the bottom of all xowiki pages.

Is there a simple way to do this.

Collapse
Posted by Gustaf Neumann on
my-references is included in every page via the method htmlFooter; the result of this method (the variable footer) is passed to the adp-template. If there are no references, {{my-references}} returns empty.
Collapse
Posted by Dave Bauer on
Hmmm. i don't think my install is working that way. Would it depend on which version I have? I'll check for htmlFooter. Thanks.