assign("...", $gp_id); $smarty->assign("...", $gp_nome); $smarty->assign("...", $gp_status); $smarty->assign("acaoUser", $acaoUser); $smarty->assign("formAction", FORM_INSERT); $smarty->assign("erro", $msgErro); GetTemplate($smarty, '...'); function LimpaGpVar() { $GLOBALS["..."] = ""; $GLOBALS["..."] = 1; $GLOBALS["..."] = 0; } function GetGpValues() { $GLOBALS["..."] = $_POST["..."]; $GLOBALS["..."] = $_POST["..."]; $GLOBALS["..."] = $_POST["..."]; } ?>