Thanks Thomas, but I don't think you can tell if the servers support Smarty from phpinfo.
Smarty isn't compiled into php or anything like that.
Smarty templates are "compiled" into php code which is run like any other php code. Php wouldn't know (or care) that it was running Smarty code ...
|