Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 341 Rev 413
Line 33... Line 33...
33
		return $donnees;
33
		return $donnees;
34
	}
34
	}
Line 35... Line 35...
35
 
35
 
36
	public function getBloc() {
36
	public function getBloc() {
37
		// Trop long, il faut un service spécial...
-
 
38
		/*
37
		// Trop long, il faut un service spécial...
39
		$this->images->setProjet('cel');
38
		$this->images->setProjet('cel');
40
		$nns = $this->nomCourant->getNns();
39
		$nns = $this->nomCourant->getNns();
41
		$urls = $this->images->getUrlsImagesParIdsNoms(array($nns));
40
		$url = $this->images->getUrlPremiereImageParIdsNoms(array($nns));
42
		$donnees['imageUrl'] = $urls["bdtfx.$nns"][0];
-
 
43
		*/
-
 
44
		$donnees = array();
41
		$donnees['imageUrl'] = $url;
45
		return $donnees;
42
		return $donnees;
Line 46... Line 43...
46
	}
43
	}
47
	
44