Is it possible to add something like
<?php include("../top.inc"); ?>
in the page body. I tried adding it to the templates but it gets passed through to the output stream without being actioned.
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)
30/12/2004 23:12:31
Subject:
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
As has been discussed in this forum several times NO. The search function is a wonderful, yet rarely used, thing. The templates are made into strings. For a php function to get called a file has to be passed to the processor and the templates do not. You can put the function/call somewhere in the code and turn the output into a string variable and then place the string variable in the templates.
I will not be discussing this subject again.
Carbonize I am not the maker of the Advanced Guestbook