Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 631 Rev 633
Line 73... Line 73...
73
		$this->images->setNnTaxon($tax);
73
		$this->images->setNnTaxon($tax);
74
		$costeImg = $this->images->getInfosImagesTaxons();
74
		$costeImg = $this->images->getInfosImagesTaxons();
75
			foreach ($costeImg as $infos) {
75
			foreach ($costeImg as $infos) {
76
				$coste['images'][] = $infos['binaire.href'];
76
				$coste['images'][] = $infos['binaire.href'];
77
			}
77
			}
-
 
78
		$this->meta->setProjet('coste');
-
 
79
		$meta = $this->meta->getMetaDonnees();
-
 
80
		$coste['meta']['titre']= $meta[0]['titre'];
-
 
81
		$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('coste');
78
		return $coste;
82
		return $coste;
79
	}
83
	}
Line 80... Line 84...
80
	
84
	
81
	public function getPhotoFlora() {
85
	public function getPhotoFlora() {