smarty.conf 164 Bytes
<?php
	require_once('./lib/smarty/Smarty.class.php');
	$o_smarty=new Smarty();
	$o_smarty->template_dir='./templates/';
	$o_smarty->compile_dir='./templates_c/';
?>