phptype."/".$obj.".inc.php")) { $class = "error"; $message = _("L'objet est invalide."); $f->addToMessage($class, $message); $f->setFlag(NULL); $f->display(); die(); } // tableau $href[0] = array("lien" => "#", "id" => "", "lib" => "", ); $href[1] = array("lien" => "", "id" => "", "lib" => "", ); $href[2] = array("lien" => "#", "id" => "", "lib" => "", ); require_once "../sql/".$f->phptype."/".$obj.".inc.php"; require_once "om_widget.class.php"; // $edition non pris en compte if (!isset($options)) { $options = array(); } // $tb = new widget("../tdb/tab_wid.php", $table, $serie, $champAffiche, $champRecherche, $tri, $selection, $edition, $options); // $params = array( "obj" => $obj, "premier" => $premier, "recherche" => $recherche, "selectioncol" => $selectioncol, "tricol" => $tricol, ); $tb->display($params, $href, $f->db, "wid", false); ?>