Subversion Repositories Applications.referentiel

Rev

Rev 134 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 134 Rev 290
Line 32... Line 32...
32
	 */
32
	 */
33
	public function executerActionParDefaut() {
33
	public function executerActionParDefaut() {
34
		$this->definirCommeModulePrincipal(get_class($this));
34
		$this->definirCommeModulePrincipal(get_class($this));
35
		$this->construireMenu($this->referentiel);
35
		$this->construireMenu($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
36
		$this->construireFilAriane($this->referentiel);
-
 
37
		$_GET['recherche'] = "#";
37
		$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel, 20);
38
		$this->executerActionReferentiel('Recherche', 'rechercher', $this->referentiel, 20);
38
	}	
39
	}	
Line 39... Line 40...
39
	
40
	
40
	
41
	
41
}
42
}