I'm trying to use the FastTemplate class.
My script starts like this:
<?php
include "class.FastTemplate.php";
When I run it, I get the following error:
Warning: Failed opening 'class.FastTemplate.php' for inclusion (include_path='/usr/local/apache/php') in /usr/local/apache/htdocs/php/whosin/listgroups.php on line 2
Now, I don't have a clue where class.FastTemplate.php should be in order to update my include path. I did a standard install of php a few weeks ago... I can't find this class anywhere.
Where should I look to find the FastTemplate class, or what do I need to do to recompile with support for FastTemplates?