62,138c62,131 < public function setTheme(){ < var defaultTheme: Theme = { < id: "default", < name: "CAMAP", < supportEmail: "support@camap.tld", < footer: { < bloc1: ' < CAMAP < ', < bloc2: '', < bloc3: 'SOUTENEZ-NOUS < < ', < bloc4: 'SUIVEZ-NOUS < <
< CAMAP est réalisé
< par la SCOP Alilo' < }, < email:{ < senderEmail : 'noreply@mj.cagette.net', < brandedEmailLayoutFooter: '

Cagette.net - ALILO SCOP, 4 impasse Durban, 33000 Bordeaux

<
< < Site webSite web < < < FacebookFacebook < < < YouTubeYouTube < <
' < }, < terms: { < termsOfServiceLink: "https://www.cagette.net/wp-content/uploads/2023/01/Conditions-Generales-dUtilisation-de-Cagette.net.pdf", < termsOfSaleLink: "https://www.cagette.net/wp-content/uploads/2023/01/Conditions-Commerciales-de-la-Plateforme.pdf", < platformTermsOfServiceLink: "https://www.cagette.net/wp-content/uploads/2023/01/Conditions-Generales-de-Services-de-Cagette.net.pdf", < privacyPolicyLink: "https://www.cagette.net/wp-content/uploads/2023/01/Politique-de-confidentialite-Cagette.net.pdf", < } < < } < App.theme = defaultTheme; < } --- > 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; > }