Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 316 → Rev 317

/trunk/modules/fiche/formateurs/Illustrations.php
47,9 → 47,8
$cel = array();
$this->images->setProjet('cel');
$nns = $this->nomCourant->getNns();
$urls = $this->images->getUrlsImagesParIdsNoms(array($nns));
$cel['imagesUrl'] = $urls["bdtfx.$nns"];
 
$images = $this->images->getInfosImagesParIdsNoms(array($nns));
$cel['images'] = $images['resultats'];
$cel['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('cel');
return $cel;
}