Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 412 → Rev 413

/trunk/modules/fiche/formateurs/Illustrations.php
35,13 → 35,10
 
public function getBloc() {
// Trop long, il faut un service spécial...
/*
$this->images->setProjet('cel');
$nns = $this->nomCourant->getNns();
$urls = $this->images->getUrlsImagesParIdsNoms(array($nns));
$donnees['imageUrl'] = $urls["bdtfx.$nns"][0];
*/
$donnees = array();
$url = $this->images->getUrlPremiereImageParIdsNoms(array($nns));
$donnees['imageUrl'] = $url;
return $donnees;
}