Hi, I installed a mod on here to allow you to create new pages to integrate into the forums...
I want to include a php script into one of those pages. I put the PHP Include into the template and it does not parse it, so I put it into my php file that loads the template and it works but it puts it above my template... I need to get in the template. The original code was:
Code:
include("../displaytemplate.php");
echo displaytemplate("potd");
Anyone know how to make this work in the template? Or a way to have it display elsewhere?