Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 39 Rev 69
Line 47... Line 47...
47
function afficherContenuNavigation() {
47
function afficherContenuNavigation() {
48
	return Collection::getContenuNavigation();
48
	return Collection::getContenuNavigation();
49
}
49
}
Line 50... Line 50...
50
 
50
 
51
function afficherContenuMenu() {
51
function afficherContenuMenu() {
52
	return 'CONTENU_MENU';
52
	return '';
53
}
53
}
54
?>
54
?>