Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 75 → Rev 76

/trunk/modules/recherche_simple/RechercheSimple.php
19,8 → 19,7
}
private function afficherAccueil($donnees) {
$donnees['i18n'] = I18n::get('Recherche-accueil');
$donnees['i18n'] = I18n::get('Recherche-accueil');
$this->setSortie(self::RENDU_CORPS, $this->getVue('recherche_accueil', $donnees));
}
34,9 → 33,10
}
public function executerForm() {
$donnees = Registre::get('donnees');
$donnees = Registre::get('donneesMoteur');
$donnees['form_nom'] = $this->executerFormulaireNom($donnees);
$this->afficherAccueil($donnees);
Registre::detruire('donneesMoteur');
}