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 74... Line 74...
74
			}
74
			}
75
		}
75
		}
76
	}
76
	}
Line 77... Line 77...
77
 
77
 
-
 
78
	private function obtenirUrlsPhotos() {
-
 
79
		if (Config::get(Registre::get('parametres.referentiel').'.baseImages') != "") {
78
	private function obtenirUrlsPhotos() {
80
			$this->imagesService->setProjet(Config::get(Registre::get('parametres.referentiel').'.baseImages'));
79
		$nns = $this->extraireNnDesNoms();
81
			$nns = $this->extraireNnDesNoms();
80
		$urls = $this->imagesService->getUrlsImagesParIdsNoms($nns);
82
			$urls = $this->imagesService->getUrlsImagesParIdsNoms($nns);
-
 
83
			$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReferentielDesUrls($urls);
81
		$this->infosPourTpl['imagesUrls'] = $this->supprimerCodeReferentielDesUrls($urls);
84
		}
Line 82... Line 85...
82
	}
85
	}
83
 
86
 
84
	private function extraireNnDesNoms() {
87
	private function extraireNnDesNoms() {