Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 624 Rev 698
Line 77... Line 77...
77
		$url = $this->formaterUrl($tpl, $params);
77
		$url = $this->formaterUrl($tpl, $params);
78
		return $url;
78
		return $url;
79
	}
79
	}
Line 80... Line 80...
80
 
80
 
81
	public function getUrlPremiereImageParIdsNoms($idsNoms) {
81
	public function getUrlPremiereImageParIdsNoms($idsNoms) {
82
		$tpl = Config::get('imagesFicheBlocTpl');
82
		$tpl = Config::get('imagesPremiereTpl');
83
		$params = array('idsNoms' => implode(',', $idsNoms));
83
		$params = array('idsNoms' => implode(',', $idsNoms));
84
		$url = $this->formaterUrl($tpl, $params);
84
		$url = $this->formaterUrl($tpl, $params);
-
 
85
		$donnees = $this->chargerDonnees($url);
-
 
86
		$images = (isset($donnees['resultats'])) ? $donnees['resultats'] : array();
85
		return $this->chargerDonnees($url);
87
		return $images;
Line 86... Line 88...
86
	}
88
	}
87
	
89
	
88
	private function getUrlImages() {
90
	private function getUrlImages() {