Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1018 Rev 1115
Line 37... Line 37...
37
	}
37
	}
Line 38... Line 38...
38
 
38
 
39
	public function executerFiche(){
39
	public function executerFiche(){
40
		$infos = array();
40
		$infos = array();
41
		$this->images->setProjet('cel');
41
		$this->images->setProjet('cel');
42
		$img = $this->images->getInfosImageParIdImage($this->id_image);
42
		$img = $this->images->setApi(Eflore::API_EFLORE)->getInfosImageParIdImage($this->id_image); // prêt à passer à API_DEL
43
		$infos['id'] = $this->id_image;
43
		$infos['id'] = $this->id_image;
44
		$img['date'] = $this->formaterDateImg($img['date']);
44
		$img['date'] = $this->formaterDateImg($img['date']);
45
		$infos['image'] = $img;
45
		$infos['image'] = $img;