Page 1 of 1

Adding code to the header and footer

Posted: Wed Dec 30, 2009 6:47 am
by jaap
Version of script:1.7
Hi,
I use Zoom Search Engine on a website and to display the search results in yellow I have to add a few lines of code to the page.
The first two lines into the head so I put them in the header.txt but one line has to be at the bottom of the page below the </HTML> tag.
I cannot find a way to place the code there.
Any suggestion ?

Jaap.

Posted: Wed Dec 30, 2009 10:17 am
by Henrie
Hello Jaap,

Code that needs to be in the <head>...</head> section of the page should not be placed in the header.txt file. Code in the header.txt file will be displayed directly below the <body> tag.

Code to be placed in the <head>...</head> section can be placed in the overall_header.php file found here templates/default/overall_header.php

Code to be placed below the </html> tag is weird, but if you really need it, it can be placed in the overall_footer.php file found here templates/default/overall_footer.php

Greetings,
Henrie

Posted: Wed Dec 30, 2009 11:11 am
by jaap
Hi Henrie,
That worked perfect :)
Thanks,
Jaap.

Posted: Wed Dec 30, 2009 11:13 am
by Henrie
Glad it worked.

I am working on the thank you mail for the visitors. I knew you had posted the question before, but could not find the post anymore. And in the new guestbook it is a little more work, but it is coming.

Greetings,
Henrie