Juste du formatage
parent
89ebe14f5a
commit
46e39d9052
@ -1,8 +1,11 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Des champs par défaut pour identite extra
|
||||
if (!isset($GLOBALS['identite_extra']))
|
||||
$GLOBALS['identite_extra'] = array('nom_organisation','telephone', 'adresse', 'ville', 'code_postal','region','pays');
|
||||
if (!isset($GLOBALS['identite_extra'])) {
|
||||
$GLOBALS['identite_extra'] = array('nom_organisation', 'telephone', 'adresse', 'ville', 'code_postal', 'region','pays');
|
||||
}
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* FICHIER DE LANG FR */
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||
return;
|
||||
}
|
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||||
|
||||
'zbug_balise_champ_non_defini' => 'champ non defini @balise@',
|
||||
|
||||
);
|
||||
?>
|
Loading…
Reference in New Issue