Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 444 Rev 448
Line 77... Line 77...
77
	}
77
	}
Line 78... Line 78...
78
	
78
	
79
	private function getCoste() {
79
	private function getCoste() {
80
		$coste = array();
80
		$coste = array();
81
		$this->textes->setProjet('coste');
81
		$this->textes->setProjet('coste');
82
		$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNns());
82
		$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNnr());
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();
87
		$meta = $this->meta->getMetaDonnees();
88
		$citation = $meta[0]['citation'];
88
		$citation = $meta[0]['citation'];
89
		$coste['meta']['citation'] = $citation;
89
		$coste['meta']['citation'] = $citation;
90
		$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
90
		$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('coste');
91
		return $coste;
91
		return $coste;
92
	}
92
	}
93
}
93
}
94
?>
94
?>