1 |
<?php |
2 |
/** |
3 |
* |
4 |
* |
5 |
* @package openmairie_exemple |
6 |
* @version SVN : $Id: om_collectivite.inc.php 2467 2013-09-09 08:01:04Z fmichon $ |
7 |
*/ |
8 |
|
9 |
// |
10 |
include "../gen/sql/pgsql/om_collectivite.inc.php"; |
11 |
|
12 |
// Pas d'action ajouter en niveau 1 |
13 |
if ($_SESSION['niveau'] == "1") { |
14 |
$tab_actions['corner']['ajouter'] = array('lien' => '#'); |
15 |
} |
16 |
|
17 |
// |
18 |
$sousformulaire = array( |
19 |
// |
20 |
'om_utilisateur', |
21 |
// |
22 |
'om_parametre', |
23 |
// |
24 |
'om_etat', |
25 |
'om_lettretype', |
26 |
'om_sousetat', |
27 |
); |
28 |
|
29 |
// |
30 |
if (isset($f) && $f->getParameter("option_localisation") == "sig_interne") { |
31 |
$sousformulaire[] = "om_sig_map"; |
32 |
$sousformulaire[] = "om_sig_wms"; |
33 |
} |
34 |
|
35 |
?> |