Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 320 Rev 321
Line 38... Line 38...
38
		$this->images->setProjet('cel');
38
		$this->images->setProjet('cel');
39
		$nns = $this->nomCourant->getNns();
39
		$nns = $this->nomCourant->getNns();
40
		$urls = $this->images->getUrlsImagesParIdsNoms(array($nns));
40
		$urls = $this->images->getUrlsImagesParIdsNoms(array($nns));
41
		$donnees['imageUrl'] = $urls["bdtfx.$nns"][0];
41
		$donnees['imageUrl'] = $urls["bdtfx.$nns"][0];
42
		*/
42
		*/
-
 
43
		$donnees = array();
43
		return $donnees;
44
		return $donnees;
44
	}
45
	}
Line 45... Line 46...
45
 
46
 
46
	public function getCel() {
47
	public function getCel() {