Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 907 | Rev 920 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 907 Rev 913
Line 113... Line 113...
113
						 'wiki' => $description->getLienWikini());
113
						 'wiki' => $description->getLienWikini());
114
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_pied_page', $donnees), true);
114
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_pied_page', $donnees), true);
115
	}
115
	}
Line 116... Line 116...
116
	
116
	
-
 
117
	public function executerOnglet(){
117
	public function executerOnglet(){
118
		$this->viderSorties();
118
		$donnees = $this->obtenirDonnees();
119
		$donnees = $this->obtenirDonnees();
119
		header('Content-type: text/html');
120
		header('Content-type: text/html');
120
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_'.$this->onglet, $donnees));
121
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_'.$this->onglet, $donnees));