4 |
include('../gen/sql/pgsql/servitude_ligne.inc.php'); |
include('../gen/sql/pgsql/servitude_ligne.inc.php'); |
5 |
|
|
6 |
// vue |
// vue |
7 |
if(file_exists ("../dyn/var.inc")) |
if(file_exists ("../dyn/var.inc")) { |
8 |
include ("../dyn/var.inc"); |
include ("../dyn/var.inc"); |
9 |
|
} |
10 |
if($vue_servitude_ligne==1){ |
if($vue_servitude_ligne==1){ |
11 |
$href[0] = array("lien" => "#", "id" => "", "lib" => "", ); |
$tab_actions['corner']['ajouter'] = NULL; |
12 |
$href[1] = array("lien" => "", "id" => "", "lib" => "", ); |
$tab_actions['left']['consulter'] = NULL; |
13 |
$href[2] = array("lien" => "#", "id" => "", "lib" => "", ); |
$tab_actions['content'] = NULL; |
14 |
$ent .=' '._('vue'); |
$ent .=' '._('vue'); |
15 |
} |
} |
16 |
|
|