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 35... Line 35...
35
		foreach ($this->noms as $id => $nom) {
35
		foreach ($this->noms as $id => $nom) {
36
			$infosDuNom = array();
36
			$infosDuNom = array();
37
			$infosDuNom['nomSci'] = $nom['nom_sci'];
37
			$infosDuNom['nomSci'] = $nom['nom_sci'];
38
			$infosDuNom['retenu'] = $nom['retenu'];
38
			$infosDuNom['retenu'] = $nom['retenu'];
39
			$nom_retenu = $nom['retenu'] == 'true' ? $nom['nom_sci'] : '';
39
			$nom_retenu = $nom['retenu'] == 'true' ? $nom['nom_sci'] : '';
40
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche, $nom_retenu);
40
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche);
Line 41... Line 41...
41
 
41
 
42
			$this->infosPourTpl['noms'][$id] = $infosDuNom;
42
			$this->infosPourTpl['noms'][$id] = $infosDuNom;
43
		}
43
		}