diff options
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 |
