文章分类 -  Smarty

smarty模板设置
摘要:<?phpinclude_once(dirname(__FILE__).'/../smarty/smarty.class.php');$tpl = new Smarty();$tpl->template_dir ="../templates/";$tpl->compile_dir ="../templates_c/";$tpl->config_dir ="../configs/";$tpl->cache_dir ="../cache/";//$tpl->cache 阅读全文

posted @ 2012-12-11 16:38 一个石头 阅读(92) 评论(0) 推荐(0)