Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Is it possible to get the header/footers to work

Quote Reply
Is it possible to get the header/footers to work
Can do you get the header/footers to work on the catergory? I have added footers and headers but they will not show up.

thanks

tekno

Quote Reply
Re: Is it possible to get the header/footers to work In reply to
The easiest way is to install the Enhanced Template.pm, downloadable at http://www.gossamer-threads.com/...es/Detailed/877.html and include your headers and footers with
Code:
<%include header.txt%>
<%include footer.txt%>
Hope that helps.