Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 475 Rev 476
Line 30... Line 30...
30
		return $this->chargerDonnees($url);
30
		return $this->chargerDonnees($url);
31
	}
31
	}
Line 32... Line 32...
32
	
32
	
33
	public function getInfosImageParIdImage($id_image) {
33
	public function getInfosImageParIdImage($id_image) {
34
		$tpl = Config::get('imagesPopupTpl');
34
		$tpl = Config::get('imagesPopupTpl');
35
		$url = $this->formaterUrl($tpl, array($id_image));
35
		$url = $this->formaterUrl($tpl, array('id'=>$id_image));
36
		return $this->chargerDonnees($url);
36
		return $this->chargerDonnees($url);
Line 37... Line 37...
37
	}
37
	}
38
 
38