Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 440 → Rev 441

/trunk/modules/fiche/formateurs/Repartition.php
63,7 → 63,7
 
public function getBloc() {
$donnees['chorodep'] = $this->getChorodepMiniature();
//$donnees['eflore'] = $this->getEfloreMiniature();
$donnees['eflore'] = $this->getEfloreMiniature();
return $donnees;
}
79,7 → 79,7
$this->cartes->setProjet('eflore');
$this->cartes->setLargeur('min');
$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
return $this->cartes->getUrlMap();
return $this->cartes->getUrlEflorePng();
}
}
?>