Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1455 → Rev 1454

/trunk/modules/resultat/Resultat.php
26,8 → 26,7
$this->parametres = new ParametresResultats();
$this->capturerParametres();
$this->capturerParametresAvances();
if (Registre::get('parametres.referentiel') == "bdtfxr") Registre::set('parametres.referentiel', 'bdtfx') ;
$this->parametres->referentielCourant = Registre::get('parametres.referentiel') ;
$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');
/trunk/configurations/bdtfxr.ini
File deleted
\ No newline at end of file