Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 912 → Rev 913

/trunk/modules/fiche/Fiche.php
115,6 → 115,7
}
public function executerOnglet(){
$this->viderSorties();
$donnees = $this->obtenirDonnees();
header('Content-type: text/html');
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_'.$this->onglet, $donnees));