Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 930 → Rev 931

/trunk/modules/resultat/Resultat.php
24,8 → 24,8
$this->parametres = new ParametresResultats();
$this->capturerParametres();
$this->capturerParametresAvances();
$this->parametres->reftaxCourant = Registre::get('parametres.referentiel');
$this->parametres->projetImg = Config::get($this->parametres->reftaxCourant.'.referentielImages');
$this->parametres->referentielCourant = Registre::get('parametres.referentiel');
$this->parametres->projetImg = Config::get($this->parametres->referentielCourant.'.baseImages');
$this->resultats = Registre::get('resultats');
$this->i18n = I18n::get('Recherche-form-avancee');
}