Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1099 Rev 1225
Line 71... Line 71...
71
function afficherContenuPied() {
71
function afficherContenuPied() {
72
	return AppControleur::getContenuPied();
72
	return AppControleur::getContenuPied();
73
}
73
}
Line 74... Line 74...
74
 
74
 
-
 
75
function afficherContenuNavigation() {
75
function afficherContenuNavigation() {
76
	// Nous retournons un menu vide dans le cas de Papyrus.
-
 
77
	//AppControleur::getContenuNavigation();
76
	return AppControleur::getContenuNavigation();
78
	return '';
Line 77... Line 79...
77
}
79
}
78
 
80
 
79
function afficherContenuMenu() {
81
function afficherContenuMenu() {