我从官网上直接下的Smarty-2.6.19版本   运行自带的demo没有做任何设置
[code]
<?phprequire '../libs/Smarty.class.php';$smarty = new Smarty;//$smarty->compile_check = true;
//$smarty->debugging = true;
$smarty->assign("option_selected", "NE");$smarty->display('index.tpl');?>
[/code]