template_dir = "./templates"; //sablonok helye $smarty->compile_dir = "templates_c"; //ide dolgozik $smarty->assign("dolgozok", array( "nev" => "Nagy József", "telepules" => "Szolnok", "fizetes" => "870000" )); $smarty->display("list.tpl"); ?>