Quote:
|
Originally Posted by Jace
because it is a template file it won't allow me to insert the php include directly into it
someone told me I could create a call function and place the php include into the config files and call that function from the config files
how do I do that?
|
I usually do the logic in the php program calling the tpl file and then just include it as a tag.
The apache directive would be an addtype but because the tpl files are not usually called directly, they are used by the php program to format the output, that will probably not work.