How would I include a PHP file into a part in the template file?
thanks.
Its not directly possible.
You could always include the file in theme.php and then assign the variables you need so you can access them in template.html
How would I do that?
if you only need it in the index then use the anycontent block