Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 378 Rev 380
Line 65... Line 65...
65
	}
65
	}
Line 66... Line 66...
66
 
66
 
67
	public function executerFiche(){
67
	public function executerFiche(){
68
		$donnees= $this->parametres;
68
		$donnees= $this->parametres;
-
 
69
		$donnees['nom_retenu'] = $this->nom_retenu->get('nom_sci_html_complet');
69
		$donnees['nom_retenu'] = $this->nom_retenu->get('nom_sci_html_complet');
70
		$donnees['famille'] = $this->nom_retenu->getTaxonSupRang('180');
70
		$this->executerAction('Recherche', 'executerAccueil', $this->parametres);
71
		$this->executerAction('Recherche', 'executerAccueil', $this->parametres);
71
		$blocs_niveaux = $this->conteneur->getParametreTableau('blocs_fiche_defaut');
72
		$blocs_niveaux = $this->conteneur->getParametreTableau('blocs_fiche_defaut');
Line 72... Line 73...
72
		$donnees['blocs'] = '"'.str_replace('|', '","', $blocs_niveaux[Registre::get('parametres.niveau')]).'"';
73
		$donnees['blocs'] = '"'.str_replace('|', '","', $blocs_niveaux[Registre::get('parametres.niveau')]).'"';