Subversion Repositories Applications.referentiel

Rev

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

Rev 100 Rev 134
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
		$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel);
37
		$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel, 20);
38
	}	
38
	}	
Line 39... Line 39...
39
	
39
	
40
	
40
	
41
}
41
}