smarty.conf 164 Bytes Raw Blame History Permalink 1 2 3 4 5 6 <?php require_once('./lib/smarty/Smarty.class.php'); $o_smarty=new Smarty(); $o_smarty->template_dir='./templates/'; $o_smarty->compile_dir='./templates_c/'; ?>