Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 454 → Rev 455

/trunk/modules/fiche/formateurs/Repartition.php
70,7 → 70,7
private function getChorodepMiniature() {
$this->cartes->setProjet('chorodep');
$this->cartes->setLargeur('190x178');
$id = 'nn:'.$this->nomCourant->getNns();
$id = 'nn:'.$this->nomCourant->getNnr();
$this->cartes->setId($id);
return $this->cartes->getUrlPng();
}