diff options
author | polo <ordipolo@gmx.fr> | 2022-02-28 02:15:31 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-28 02:15:31 +0100 |
commit | abd968a1c573b1862bd0728f0b7b6a88e307900a (patch) | |
tree | ef985fe5757b4516c199a06eb37a5e22f7c5b259 /view/menu.php | |
parent | f19db76cc3b21785619ffd24bfb34692a3aaa66a (diff) | |
download | melaine-abd968a1c573b1862bd0728f0b7b6a88e307900a.zip |
sauvegarde zip
Diffstat (limited to 'view/menu.php')
-rw-r--r-- | view/menu.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/menu.php b/view/menu.php index c20acf9..4c9e341 100644 --- a/view/menu.php +++ b/view/menu.php | |||
@@ -4,7 +4,7 @@ | |||
4 | // variable $css | 4 | // variable $css |
5 | ob_start(); | 5 | ob_start(); |
6 | ?> | 6 | ?> |
7 | <link rel="stylesheet" type="text/css" href="public/<?= $page_actuelle ?>.css" /> | 7 | <link rel="stylesheet" type="text/css" href="public/css/<?= $page_actuelle ?>.css" /> |
8 | <?php | 8 | <?php |
9 | $css = ob_get_clean(); | 9 | $css = ob_get_clean(); |
10 | 10 | ||
@@ -25,8 +25,8 @@ echo "\n\n"; | |||
25 | </div> | 25 | </div> |
26 | </header> | 26 | </header> |
27 | <?php | 27 | <?php |
28 | $header = ob_get_clean(); | 28 | $header = ob_get_clean(); |
29 | 29 | ||
30 | // variable $content | 30 | // variable $content |
31 | ob_start(); | 31 | ob_start(); |
32 | echo "\n"; | 32 | echo "\n"; |