From 009191494e788a56ac744ac177ad6f44d6f7d2cb Mon Sep 17 00:00:00 2001 From: Bess1k Date: Fri, 20 Feb 2026 15:20:12 +0100 Subject: [PATCH] Add files via upload --- views/layout.tpl | 7 +- views/mentions.tpl | 287 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 291 insertions(+), 3 deletions(-) create mode 100644 views/mentions.tpl diff --git a/views/layout.tpl b/views/layout.tpl index b3094fd..5c6c9a6 100644 --- a/views/layout.tpl +++ b/views/layout.tpl @@ -1,7 +1,8 @@ {include file="views/_partial/header.tpl"} -{block name="content"} - -{/block} +
+ {block name="content"} + {/block} +
{include file="views/_partial/footer.tpl"} \ No newline at end of file diff --git a/views/mentions.tpl b/views/mentions.tpl new file mode 100644 index 0000000..ad5d4c9 --- /dev/null +++ b/views/mentions.tpl @@ -0,0 +1,287 @@ +{extends file="views/layout.tpl"} + +{block name="title" append}Mentions légales{/block} +{block name="h2"}Mentions légales{/block} +{block name="p"}Informations légales et politique de confidentialité{/block} + +{block name="date_maj"} +

+ + Dernière mise à jour : +

+{/block} + +{block name="js_footer" append} + +{/block} + +{block name="content"} +
+

Mentions légales

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

+ Pour toute question concernant ces mentions légales ou pour exercer vos droits, vous pouvez nous contacter : +

+ +
+ +
+
+
+{/block} \ No newline at end of file