Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1181 Rev 1251
Line 130... Line 130...
130
			$this->images->setNnTaxon($tax);
130
			$this->images->setNnTaxon($tax);
131
			$costeImg = $this->images->setApi(Eflore::API_EFLORE)->getInfosImagesTaxons();
131
			$costeImg = $this->images->setApi(Eflore::API_EFLORE)->getInfosImagesTaxons();
132
				foreach ($costeImg as $infos) {
132
				foreach ($costeImg as $infos) {
133
					$dessin['images'][] = $infos['binaire.href'];
133
					$dessin['images'][] = $infos['binaire.href'];
134
				}
134
				}
135
			$this->meta->setProjet('coste');
135
			$this->meta->setProjet($projet);
136
			$meta = $this->meta->getMetaDonnees();
136
			$meta = $this->meta->getMetaDonnees();
137
			$dessin['meta'] = $meta[0];
137
			$dessin['meta'] = $meta[0];
138
			$dessin['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projet);
138
			$dessin['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projet);
139
			$this->donnees['coste'] = $dessin;
139
			$this->donnees[$projet] = $dessin;
140
		}
140
		}
141
	}
141
	}
Line 142... Line 142...
142
	
142
	
143
	public function getPhotos() {
143
	public function getPhotos() {