Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 733 Rev 735
Line 46... Line 46...
46
	}
46
	}
Line 47... Line 47...
47
 
47
 
48
	private function obtenirUrlsPhotos() {
48
	private function obtenirUrlsPhotos() {
49
		$this->imagesService->setProjet('cel');
49
		$this->imagesService->setProjet('cel');
50
		$ids = $this->extraireIdDesNoms();
50
		$ids = $this->extraireIdDesNoms();
51
		$urls = $this->imagesService->getUrlPremiereImageParIdsNoms($ids);
51
		$urls = $this->imagesService->getUrlsImagesParIdsNoms($ids);
52
		$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReftaxDesIds($urls);
52
		$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReftaxDesIds($urls);
Line 53... Line 53...
53
	}
53
	}
54
	
54