Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 269 → Rev 270

/trunk/modules/fiche_metadonnees/FicheMetadonnees.php
30,12 → 30,12
public function chargerMetadonneesHtml() {
$donnees['metadonnees'] = $this->serviceMetaDonnees->getMetaDonnees();
$html = $this->getVue(dirname(__FILE__).'/squelettes/metadonnees', $donnees);
return $html;
}
public function executerAffichageMetaDonnees($donnees) {
header('Content-type: text/html');
$html = $this->chargerMetadonneesHtml();
echo $html;
exit;
}