Log in

View Full Version : php code on each page?


JuicyDuff
10-05-2004, 07:51 PM
there is a php code we want to be included on every single page of the forum, in this php code, there are references to a file in the top level directory of the server, so where is this file in relation to the top level directory?

(adding it in footer will not work)

Logikos
10-05-2004, 08:00 PM
Put it in phpinclude_start template

JuicyDuff
10-05-2004, 08:27 PM
What filepath can I find that file in?

Logikos
10-05-2004, 08:46 PM
Its a template, if your going to use the files then you would use global.php

JuicyDuff
10-05-2004, 09:14 PM
Thanks, problem solved :)