1) Does the TCH servers are configured to support Smarty? (What is Smarty?)
2) How do I know where is the location of the Smarty libs? (I have tried with phpinfo but I didnt find anything.)
$this->compile_dir = 'c:/XXX/smarty/templates_c';
$this->cache_dir = 'c:/XXX/smarty/cache';
Thank you.