コード例 #1
0
ファイル: SmartyView.php プロジェクト: phpalchemy/phpalchemy
 public function setTemplateDir($dir)
 {
     parent::setTemplateDir($dir);
     $this->smarty->template_dir = $this->getTemplateDir();
 }