From 16bb06828197b69a04f16a4718d71db9148ab43a Mon Sep 17 00:00:00 2001 From: oversu <95a7002b-481b-4ef3-b578-f9c421550aa4@localhost> Date: Tue, 11 Aug 2026 21:40:23 +0200 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"themes/defaut"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/defaut/base.php | 47 ++++++++++++++++++++++++++++++++++ themes/defaut/config.xml | 10 ++++++++ themes/defaut/edition.php | 3 +++ themes/defaut/maintenance.php | 10 ++++++++ themes/defaut/modification.xml | 3 +++ 5 files changed, 73 insertions(+) create mode 100644 themes/defaut/base.php create mode 100644 themes/defaut/config.xml create mode 100644 themes/defaut/edition.php create mode 100644 themes/defaut/maintenance.php create mode 100644 themes/defaut/modification.xml diff --git a/themes/defaut/base.php b/themes/defaut/base.php new file mode 100644 index 0000000..692c20e --- /dev/null +++ b/themes/defaut/base.php @@ -0,0 +1,47 @@ + +
+ + +
+
+

+ +

+
+
+ +
+ + \ No newline at end of file diff --git a/themes/defaut/config.xml b/themes/defaut/config.xml new file mode 100644 index 0000000..778e24a --- /dev/null +++ b/themes/defaut/config.xml @@ -0,0 +1,10 @@ + + + 1 + AEOS - Défaut + defaut + Thème de base d'AEOS + 1.0.0 + N.n.S Production + contact@nekonosekai.com + diff --git a/themes/defaut/edition.php b/themes/defaut/edition.php new file mode 100644 index 0000000..f028967 --- /dev/null +++ b/themes/defaut/edition.php @@ -0,0 +1,3 @@ +Aucune modification possible sur ce thème."; +?> \ No newline at end of file diff --git a/themes/defaut/maintenance.php b/themes/defaut/maintenance.php new file mode 100644 index 0000000..c476e15 --- /dev/null +++ b/themes/defaut/maintenance.php @@ -0,0 +1,10 @@ + + +
+
+

+
+
+
+ + \ No newline at end of file diff --git a/themes/defaut/modification.xml b/themes/defaut/modification.xml new file mode 100644 index 0000000..0d374e3 --- /dev/null +++ b/themes/defaut/modification.xml @@ -0,0 +1,3 @@ + \ No newline at end of file