Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 272 Rev 277
Line 60... Line 60...
60
}
60
}
Line 61... Line 61...
61
 
61
 
62
function collections_get_contenu_navigation() {
62
function collections_get_contenu_navigation() {
63
	return AppControleur::getContenuNavigation();
63
	return AppControleur::getContenuNavigation();
-
 
64
}
-
 
65
 
-
 
66
function collections_get_module() {
-
 
67
	return AppControleur::getModule();
64
}
68
}