Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 295 → Rev 294

/trunk/interfaces/controleurs/FicheTaxon.php
61,6 → 61,7
$this->chargerChorologie();
$this->chargerComplements();
}
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_taxon', $this->donnees));
}
}
225,7 → 226,7
}
// retourne l'url de la fiche taxon pour les liens
public static function getUrlFicheTaxon($params, $type = '') {
public static function getUrlFicheTaxon($params, $type) {
$taxon = null;
switch ($type) {
case 'bas' :