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