Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 247 Rev 369
Line 31... Line 31...
31
		foreach ($this->noms as $id => $nom) {
31
		foreach ($this->noms as $id => $nom) {
32
			$infosDuNom = array();
32
			$infosDuNom = array();
33
			$infosDuNom['nomSci'] = $nom['nom_sci'];
33
			$infosDuNom['nomSci'] = $nom['nom_sci'];
34
			$infosDuNom['retenu'] = $nom['retenu'];
34
			$infosDuNom['retenu'] = $nom['retenu'];
35
			$nom_retenu = $nom['retenu'] == 'true' ? $nom['nom_sci'] : '';
35
			$nom_retenu = $nom['retenu'] == 'true' ? $nom['nom_sci'] : '';
36
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche, $nom_retenu);
36
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche);
Line 37... Line 37...
37
 
37
 
38
			$this->infosPourTpl['noms'][$id] = $infosDuNom;
38
			$this->infosPourTpl['noms'][$id] = $infosDuNom;
39
		}
39
		}