Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 478 Rev 482
Line 71... Line 71...
71
		$this->images->setProjet('cel');
71
		$this->images->setProjet('cel');
72
		$nnr = $this->nomCourant->getNnr();
72
		$nnr = $this->nomCourant->getNnr();
73
		$images = $this->images->getInfosImagesParIdsNoms(array($nnr));
73
		$images = $this->images->getInfosImagesParIdsNoms(array($nnr));
74
		foreach ($images['resultats'] as $idImg => $img) {
74
		foreach ($images['resultats'] as $idImg => $img) {
75
			$cel['images'][$idImg] = $img;
75
			$cel['images'][$idImg] = $img;
76
			$cel['images'][$idImg]['url.pop-up'] = $this->appUrls->obtenirUrlPopUpIllustrations($idImg);
76
			$cel['images'][$idImg]['url.pop-up.img'] = $this->appUrls->obtenirUrlPopUpIllustrations($idImg);
-
 
77
			$cel['images'][$idImg]['url.pop-up.contact'] = $this->appUrls->obtenirUrlPopUpContact($img['auteur.id']);
77
		}
78
		}
Line 78... Line 79...
78
 
79
 
79
		$this->meta->setProjet('cel');
80
		$this->meta->setProjet('cel');
80
		$meta = $this->meta->getMetaDonnees();
81
		$meta = $this->meta->getMetaDonnees();