Move this:
Code:
include('file.php');
from the template to your php file after:
PHP Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
And then depending on your file.php, use the variables in that file in your template.