Quote:
Originally Posted by Voodoo
Code:
{php} include ("header.php"); {/php}
Try this. I'm not 100% on it though. I don't know what template engine you're using.
|
This is correct, if you're using TGPX. Single quotes are preferred for this instance, so:
Code:
{php} include ('header.php'); {/php}