Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 61 → Rev 62

/trunk/controleurs/Carte.php
51,7 → 51,7
$cartographie->creerCarte();
$donnees['map'] = $cartographie->getImageMap();
$donnees['i18n'] = I18n::get('carte');
//$donnees['i18n'] = I18n::get('carte');
$resultat = $this->getVue('carte', $donnees);
$this->setSortie(self::RENDU_CORPS, $resultat);
/trunk/controleurs/Fiche.php
544,7 → 544,6
$this->traiterDonneesPersonne($donnees['info']);
$this->traiterDonneesPersonneAPublication($donnees['publications']);
$this->postraiterDonnees($donnees);
Debug::printr($donnees['publications']);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_personne', $donnees));
}
}