Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 376 Rev 378
Line 64... Line 64...
64
		$this->executerFiche();
64
		$this->executerFiche();
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');
69
		$donnees['nom_retenu'] = $this->nom_retenu->get('nom_sci_html_complet');
70
		$this->executerAction('Recherche', 'executerAccueil', $this->parametres);
70
		$this->executerAction('Recherche', 'executerAccueil', $this->parametres);
71
		$blocs_niveaux = $this->conteneur->getParametreTableau('blocs_fiche_defaut');
71
		$blocs_niveaux = $this->conteneur->getParametreTableau('blocs_fiche_defaut');
Line 72... Line 72...
72
		$donnees['blocs'] = '"'.str_replace('|', '","', $blocs_niveaux[Registre::get('parametres.niveau')]).'"';
72
		$donnees['blocs'] = '"'.str_replace('|', '","', $blocs_niveaux[Registre::get('parametres.niveau')]).'"';