Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 294 | Rev 320 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 317
Line 45... Line 45...
45
 
45
 
46
	public function getCel() {
46
	public function getCel() {
47
		$cel = array();
47
		$cel = array();
48
		$this->images->setProjet('cel');
48
		$this->images->setProjet('cel');
49
		$nns = $this->nomCourant->getNns();
49
		$nns = $this->nomCourant->getNns();
50
		$urls = $this->images->getUrlsImagesParIdsNoms(array($nns));
50
		$images = $this->images->getInfosImagesParIdsNoms(array($nns));
51
		$cel['imagesUrl'] = $urls["bdtfx.$nns"];
-
 
52
 
51
		$cel['images'] = $images['resultats'];
53
		$cel['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('cel');
52
		$cel['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('cel');
54
		return $cel;
53
		return $cel;
55
	}
54
	}
56
}
55
}
57
?>
56
?>