Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1215 Rev 1226
Line 78... Line 78...
78
function afficherContenuPied() {
78
function afficherContenuPied() {
79
	return AppControleur::getContenuPied();
79
	return AppControleur::getContenuPied();
80
}
80
}
Line 81... Line 81...
81
 
81
 
-
 
82
function afficherContenuNavigation() {
82
function afficherContenuNavigation() {
83
	//Retour du menu vide dans le cas de l'affichage dans Papyrus
-
 
84
	//AppControleur::getContenuNavigation()
83
	return AppControleur::getContenuNavigation();
85
	return '';
Line 84... Line 86...
84
}
86
}
85
 
87
 
86
function afficherContenuMenu() {
88
function afficherContenuMenu() {