Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 443 → Rev 444

/trunk/modules/fiche/formateurs/Description.php
84,7 → 84,10
$coste['titre'] = $texte['titre'];
$coste['description'] = $texte['texte'];
$this->meta->setProjet('coste');
$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('coste');
$meta = $this->meta->getMetaDonnees();
$citation = $meta[0]['citation'];
$coste['meta']['citation'] = $citation;
$coste['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('chorodep');
return $coste;
}
}