smarty.conf 203 Bytes
<?PHP 
	//ファイル形式:UTF-8
	require_once('../../Smarty/Smarty.class.php');
	$o_smarty=new Smarty();
	$o_smarty->template_dir='../../templates/';
	$o_smarty->compile_dir='../../templates_c/';
?>