$link_det_state=$rub_link."&todo=det&state=".$form_statut."&id=";
if ($form_statut=='D') { ?>
* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ //////////// Check Inclusion de pages //////////// if (!function_exists('AuthenthificationProcess')){ include_once("../lib/lib_common.php"); ReloadIndex('admin'); } //////////// include_once("../lib/input_helpers.php"); if (isset($_GET['id'])) $yp_id=$_GET['id']; if (isset($_POST['id'])) $yp_id=$_POST['id']; $requete=SQL_getdetyp($yp_id); $data_yp=$sql_object->DBSelect($requete, 'OBJECT'); $display_title=formatTitleh2($data_yp[0]->yellowp_name); $navtitle=_t('yp','mod')." : ".$data_yp[0]->yellowp_name; ?>