Log in

View Full Version : How Do I Refer to a php function in a vB Template?


carneyvore
06-15-2004, 05:08 PM
There are some functions I call on every page of a website.
I've added a vB3 forum to the site and would like to include my function file and call them in a vB template.

Has anyone done this?

Thanks,
carneyvore

Xenon
06-15-2004, 05:39 PM
that's phpinclude_start's purpose :)

carneyvore
06-15-2004, 07:10 PM
that's phpinclude_start's purpose :)

Thanks Xenon. While browsing for a solution I came across
https://vborg.vbsupport.ru/showthread.php?t=51105
And realized phpinclude_start was the place to try.

I still can't get the include to work so for now I placed the code in phpinclude_start. I'm elated that something's working!

--
carneyvore