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