public function setTheme(){
var defaultTheme: Theme = {
id: "default",
name: "CAMAP",
supportEmail: "inter@amap44.org",
footer: {
bloc1: '
',
bloc2: '
InterAMAP44, 1 Boulevard Boulay-Paty – 44100 Nantes
' }, 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; }