public function setTheme(){ var defaultTheme: Theme = { id: "default", name: "CAMAP", supportEmail: "inter@amap44.org", footer: { bloc1: ' CAMAP ', bloc2: '', bloc3: 'SUIVEZ-NOUS
CAMAP est hébergé
par l\'InterAMAP44
et développé sous licence GPL-2 ', bloc4: ' CAMAP ' }, email:{ senderEmail : 'noreply@camap.amap44.org', brandedEmailLayoutFooter: '

InterAMAP44, 1 Boulevard Boulay-Paty – 44100 Nantes

Site webSite web FacebookFacebook YouTubeYouTube
' }, terms: { termsOfServiceLink: "https://www.amap44.org/wp-content/uploads/2023/05/CGU-20230505.pdf", termsOfSaleLink: "", platformTermsOfServiceLink: "https://www.amap44.org/wp-content/uploads/2023/05/CGU-20230505.pdf", privacyPolicyLink: "", } } App.theme = defaultTheme; }