Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1145

/trunk/metier/api_0.1/Noms.php
29,8 → 29,7
}
 
public function getNom($nn) {
$url = $this->getUrlNom($nn);
return $this->chargerDonnees($url);
return $this->chargerDonnees($this->getUrlNom($nn));
}
 
/trunk/metier/api_0.1/MetaDonnees.php
21,6 → 21,7
 
public function getMetaDonnees() {
$url = $this->getUrlMetaDonnees();
// XXX: request ontologies
return $this->chargerDonnees($url);
}
 
/trunk/modules/fiche/Fiche.php
122,7 → 122,7
 
public function ajouterPiedDePage() {
$description = new Description($this->conteneur);
$taxons = new Taxons($this->conteneur);
$taxons = new Taxons();
$referentiel = $this->conteneur->getParametre('referentiel');
$urlMobile = $this->url->obtenirUrlMobile($this->parametres['num_nom']);
$donnees = array('wikipedia' => $description->getUrlWikipedia(),