Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 414 Rev 433
Line 39... Line 39...
39
	
39
	
40
	public function getUrlPremiereImageParIdsNoms($idsNoms) {
40
	public function getUrlPremiereImageParIdsNoms($idsNoms) {
41
		$tpl = Config::get('imagesFicheBlocTpl');
41
		$tpl = Config::get('imagesFicheBlocTpl');
42
		$params = array('idsNoms' => implode(',', $idsNoms));
42
		$params = array('idsNoms' => implode(',', $idsNoms));
43
		$url = $this->formaterUrl($tpl, $params);
43
		$url = $this->formaterUrl($tpl, $params);
44
		return $url;
44
		return $this->chargerDonnees($url);
45
	}
45
	}
46
}
46
}
47
?>
47
?>