Line 105... |
Line 105... |
105 |
foreach ($this->noms as $idNomCourant => $nom) {
|
105 |
foreach ($this->noms as $idNomCourant => $nom) {
|
106 |
$nn = $this->supprimerCodeReftaxAvecNn($nom['nom_retenu.code']);
|
106 |
$nn = $this->supprimerCodeReftaxAvecNn($nom['nom_retenu.code']);
|
107 |
if (array_key_exists($nn, $taxons) == false) {
|
107 |
if (array_key_exists($nn, $taxons) == false) {
|
108 |
$taxon = array();
|
108 |
$taxon = array();
|
109 |
$taxon['nomSci'] = $nom['taxon'];
|
109 |
$taxon['nomSci'] = $nom['taxon'];
|
110 |
$taxon['urlFiche'] = $this->urls->obtenirUrlFiche($nn, $this->parametres->typeNom, $this->parametres->masqueRecherche, $nom['taxon']);
|
110 |
$taxon['urlFiche'] = $this->urls->obtenirUrlFiche($nn, $this->parametres->typeNom, $this->parametres->masqueRecherche);
|
111 |
$taxon['repartition_vignette'] = $this->chargerRepartition($nn);
|
111 |
$taxon['repartition_vignette'] = $this->chargerRepartition($nn);
|
112 |
$taxons[$nn] = $taxon;
|
112 |
$taxons[$nn] = $taxon;
|
113 |
}
|
113 |
}
|
114 |
$nom_verna = array();
|
114 |
$nom_verna = array();
|
115 |
$nom_verna['nn'] = $nom['id'];
|
115 |
$nom_verna['nn'] = $nom['id'];
|