Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 163 Rev 216
Line 30... Line 30...
30
	public function formater() {
30
	public function formater() {
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
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id);
35
			$infosDuNom['urlFiche'] = $this->urls->obtenirUrlFiche($id, $this->parametres->typeNom, $this->parametres->masqueRecherche);
Line 36... Line 36...
36
 
36
 
37
			$this->infosPourTpl['noms'][$id] = $infosDuNom;
37
			$this->infosPourTpl['noms'][$id] = $infosDuNom;
38
		}
38
		}