Quote:
Originally posted by stuuu
[B]I think the code is a bit too much to put into the php include template, as that is loaded with each page right?
|
Yes, its loaded with each page, so make sure that its only in the phpinclude template if it is used on each page.
Quote:
I have put it in the main file that calls the templates, but how do I get the template to place my code between the vB header and footer? It just appears below the footer at the moment
|
Not knowing what the code is, or what it outputs its hard for me to say.
The easiest was is to assign the output to a variable and place that variable in the template where your content goes.