Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1357 Rev 1477
Line 183... Line 183...
183
	private function getCoste() {
183
	private function getCoste() {
184
		$coste = array();
184
		$coste = array();
185
		$this->textes->setProjet('coste');
185
		$this->textes->setProjet('coste');
186
		$this->textes->setId('bdtfx.nt:'.$this->nomCourant->getNt());
186
		$this->textes->setId('bdtfx.nt:'.$this->nomCourant->getNt());
187
		$texte = $this->textes->getTexte();
187
		$texte = $this->textes->getTexte();
-
 
188
		if (! empty($texte['resultats'])) {
188
		$texte = array_pop($texte['resultats']);
189
			$texte = array_pop($texte['resultats']);
-
 
190
		}
189
		if ($texte) {
191
		if ($texte) {
190
			$coste['titre'] = $texte['titre'];
192
			$coste['titre'] = $texte['titre'];
191
			$coste['description'] = self::mettreEnFormeCoste($texte['texte']);
193
			$coste['description'] = self::mettreEnFormeCoste($texte['texte']);
192
		}
194
		}
193
		$this->meta->setProjet('coste');
195
		$this->meta->setProjet('coste');