2011-01-13 45 views

回答

2

只需设置你的template_dir模板Smarty的对象:

$smarty->template_dir = "/path/to/templates"; 
0

如果您已经扩展Smarty的类,你只要写在你的类,它扩展Smarty的类:

$this->template_dir = "template/folder";