Is there any way to include a few lines of PHP code in a fast template file to let PHP engine to parse them? Now they won't be parsed and is ignored. This make sense because the web server is set to parse PHP only if PHP code exists in files with specific suffix. The template files are the output of processing PHP files. So I just don't know how to let PHP engine to parse those PHP code in files with suffix 'tpl'. Help please!