Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 447 → Rev 448

/trunk/modules/fiche/formateurs/Description.php
79,7 → 79,7
private function getCoste() {
$coste = array();
$this->textes->setProjet('coste');
$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNns());
$this->textes->setId('bdtfx.nn:'.$this->nomCourant->getNnr());
$texte = $this->textes->getTexte();
$coste['titre'] = $texte['titre'];
$coste['description'] = $texte['texte'];
87,7 → 87,7
$meta = $this->meta->getMetaDonnees();
$citation = $meta[0]['citation'];
$coste['meta']['citation'] = $citation;
$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('coste');
return $coste;
}
}