Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1004 Rev 1060
Line 68... Line 68...
68
			}
68
			}
69
		}
69
		}
70
	}
70
	}
Line 71... Line 71...
71
	
71
	
-
 
72
	private function obtenirUrlsPhotos() {
72
	private function obtenirUrlsPhotos() {
73
		if (Config::get(Registre::get('parametres.referentiel').'.baseImages') != "") {
73
		$this->imagesService->setProjet('cel');
74
			$this->imagesService->setProjet(Config::get(Registre::get('parametres.referentiel').'.baseImages'));
74
		$ids = $this->extraireIdDesNoms();
75
			$ids = $this->extraireIdDesNoms();
75
		$urls = $this->imagesService->getUrlsImagesParIdsNoms($ids);
76
			$urls = $this->imagesService->getUrlsImagesParIdsNoms($ids);
-
 
77
			$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReferentielDesIds($urls);
76
		$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReferentielDesIds($urls);
78
		}
Line 77... Line 79...
77
	}
79
	}
78
	
80
	
79
	private function extraireIdDesNoms() {
81
	private function extraireIdDesNoms() {