Php/Smarty/smarty5
smarty5のダウンロード
https://github.com/smarty-php/smarty/releases/tag/v5.8.0
smarty4から5へ
$cache_dirをsetCacheDir()へ
$this->setCacheDir('/path/to/cache');
$this->setTemplateDir('/path/to/templates');
$this->setCompileDir('/path/to/templates_c');