Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 252 → Rev 253

/trunk/modules/fiche/Fiche.php
63,6 → 63,10
if ($this->onglet == 'illustrations') {
$ill = new Illustrations();
$donnees['img'] = $ill->obtenirDonnees($this->num_nom);
} else if ($this->onglet == 'repartition') {
$repartition = new Repartition($this->num_nom);
$donnees['img'] = $repartition->getUrlImage();
$donnees['legende'] = $repartition->getLegende();
}
return $donnees;
}