/**
* Comunic bottom links list
*
* @author Pierre HUBERT
*/
ComunicWeb.components.bottom.links = [
//Language selector
{
innerHTML: " Language",
onclick: function(){ComunicWeb.components.langPicker.show();}
},
//About Comunic
{
innerHTML: " About",
href: ComunicWeb.__config.aboutWebsiteURL,
target: "_blank"
}
];