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