permission($radice,$_GET["codice"])) { $breadcrumb = array(); $breadcrumb["/".$radice."/"] = Modulo::getInfo($radice)["titolo"]; $breadcrumb[""] = __("Modifica"); include_once "{$beRoot}/layout/top.php"; $oe = oeManager::getOE($_GET["codice"]); if (!empty($oe)) { $utente = oeManager::getUser($oe["codice"]); if (!empty($utente)) { $error = false; include($root."/oe/form.php"); } } if ($error) { alertManager::printAlertBox(__("Si รจ verificato un errore")); } include_once "{$beRoot}/layout/bottom.php"; } ?>