setTemplateDir('../ihtml'); $smarty->setCompileDir('../compile'); $string = $_GET['prova']; $smarty->assign('provastring', $string); $smarty->display('contact.tpl'); ?>