Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 435 Rev 444
Line 82... Line 82...
82
		$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNns());
82
		$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNns());
83
		$texte = $this->textes->getTexte();
83
		$texte = $this->textes->getTexte();
84
		$coste['titre'] = $texte['titre'];
84
		$coste['titre'] = $texte['titre'];
85
		$coste['description'] = $texte['texte'];
85
		$coste['description'] = $texte['texte'];
86
		$this->meta->setProjet('coste');
86
		$this->meta->setProjet('coste');
-
 
87
		$meta = $this->meta->getMetaDonnees();
-
 
88
		$citation = $meta[0]['citation'];
-
 
89
		$coste['meta']['citation'] = $citation;
87
		$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('coste');
90
		$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
88
		return $coste;
91
		return $coste;
89
	}
92
	}
90
}
93
}
91
?>
94
?>
92
95