smarty.conf 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?PHP //ファイル形式:UTF-8 require_once('../../Smarty/Smarty.class.php'); $o_smarty=new Smarty(); $o_smarty->template_dir='../../templates/'; $o_smarty->compile_dir='../../templates_c/'; ?>