Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 294 → Rev 295

/trunk/interfaces/controleurs/FicheTaxon.php
61,7 → 61,6
$this->chargerChorologie();
$this->chargerComplements();
}
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_taxon', $this->donnees));
}
}
226,7 → 225,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' :