diff options
author | polo <ordipolo@gmx.fr> | 2025-10-20 17:12:55 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-20 17:12:55 +0200 |
commit | 8bc4814fc83001d02ab3298e06596f0bd2a99f44 (patch) | |
tree | 7aa9e2658dc7350e3c3ef0d59c03dc68b6235e1b /src/view/templates/menu.php | |
parent | 09d7191793bc9baafa591f5815aa60fe474465c6 (diff) | |
download | cms-8bc4814fc83001d02ab3298e06596f0bd2a99f44.zip |
fignolage pignolage
Diffstat (limited to 'src/view/templates/menu.php')
-rw-r--r-- | src/view/templates/menu.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/view/templates/menu.php b/src/view/templates/menu.php index 7f4b26f..5a2efe5 100644 --- a/src/view/templates/menu.php +++ b/src/view/templates/menu.php | |||
@@ -38,5 +38,9 @@ | |||
38 | <div id="menu_edit_buttons"> | 38 | <div id="menu_edit_buttons"> |
39 | <?= $this->html ?> | 39 | <?= $this->html ?> |
40 | </div> | 40 | </div> |
41 | <a href="<?= new URL ?>"><button>Retour au site</button></a> | 41 | </section> |
42 | <section class="basic_section"> | ||
43 | <a href="<?= new URL ?>"> | ||
44 | <button>Retour au site</button> | ||
45 | </a> | ||
42 | </section> \ No newline at end of file | 46 | </section> \ No newline at end of file |