setTemplateDir($folders); $s->setCompileDir('view/tpl/smarty3/compiled/'); $s->setConfigDir('view/tpl/smarty3/config/'); $s->setCacheDir('view/tpl/smarty3/cache/'); $s->left_delimiter = "{{"; $s->right_delimiter = "}}"; $s->compileAllTemplates('.tpl',true);