ComunicWeb/assets/js/pagesList.js
2017-01-22 18:46:06 +01:00

24 lines
350 B
JavaScript

/**
* Differents pages listing
*
* @author Pierre HUBERT
*/
ComunicWeb.pagesList = {
/**
* Home page
*/
home: {
pageTitle: "Comunic, v2",
},
/**
* 404 Page not found
*/
notFound: {
pageTitle: "404 page not found",
methodHandler: "ComunicWeb.common.error.pageNotFound",
}
};