Hi there,
I want to include a own header and footer in the search result. I can hardcode this in the html.pl file but instead of hardcoding i want to include a header.html and footer.html file in the html.pl This way it's more easy to maintain the header and footer if they must change.
I now have put the header top in the sub html_page_top and the footer in the sub html_page_bottum
Can somebody help me to replace these to sub's with a include for the to external files?
Thankx
Marcel
I want to include a own header and footer in the search result. I can hardcode this in the html.pl file but instead of hardcoding i want to include a header.html and footer.html file in the html.pl This way it's more easy to maintain the header and footer if they must change.
I now have put the header top in the sub html_page_top and the footer in the sub html_page_bottum
Can somebody help me to replace these to sub's with a include for the to external files?
Thankx
Marcel