ComunicWeb/assets/js/pagesList.js

23 lines
286 B
JavaScript
Raw Normal View History

2017-01-22 12:03:31 +00:00
/**
* Differents pages listing
*
* @author Pierre HUBERT
*/
ComunicWeb.pagesList = {
/**
* Home page
*/
home: {
pageTitle: "Comunic, v2",
},
/**
* 404 Page not found
*/
notFound: {
pageTitle: "404 page not found"
}
};