// display the page information function cadre_champs_extras_infos() { $boite = pipeline ('boite_infos', array('data' => '', 'args' => array( 'type'=>'nom', // possibly the object's ID and the SQL line // $row = sql_fetsel('*', 'spip_nom', 'id_nom='.sql_quote($id_nom)); 'id' => $id_nom, 'row' => $row, ) )); if ($boite) return debut_boite_info(true) . $boite . fin_boite_info(true); }