Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1066 Rev 1115
Line 48... Line 48...
48
	}
48
	}
Line 49... Line 49...
49
 
49
 
50
	public function executerFiche(){
50
	public function executerFiche(){
51
		$infos = array();
51
		$infos = array();
52
		$this->images->setProjet('cel');
52
		$this->images->setProjet('cel');
53
		$urls = $this->images->getUrlsImagesParIdsNoms(array($this->num_nom));
53
		$urls = $this->images->setApi(Eflore::API_EFLORE)->getUrlsImagesParIdsNoms(array($this->num_nom));
54
		$urls = $urls[Registre::get('parametres.referentiel').'.'.$this->num_nom];
54
		$urls = $urls[Registre::get('parametres.referentiel').'.'.$this->num_nom];
55
		$ids = array();
55
		$ids = array();
56
		foreach($urls as $index => $url) {
56
		foreach($urls as $index => $url) {
57
			$urls[$index] = str_replace($this->formats_possibles, $this->format_agrandi, $url);
57
			$urls[$index] = str_replace($this->formats_possibles, $this->format_agrandi, $url);