Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1202 Rev 1228
Line 82... Line 82...
82
function afficherContenuNavigation() {
82
function afficherContenuNavigation() {
83
	return AppControleur::getContenuNavigation();
83
	return AppControleur::getContenuNavigation();
84
}
84
}
Line 85... Line 85...
85
 
85
 
-
 
86
function afficherContenuMenu() {
86
function afficherContenuMenu() {
87
	//Retour du menu vide dans le cas de l'affichage dans Papyrus
-
 
88
	// AppControleur::getContenuMenu()
87
	return AppControleur::getContenuMenu();
89
	return '';
88
}
90
}
89
?>
91
?>