diff options
| author | polo <ordipolo@gmx.fr> | 2026-07-26 19:29:53 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-07-26 19:29:53 +0200 |
| commit | 58514668410cb902dab613221a8e7f963cc36317 (patch) | |
| tree | 98d0ec77ba9689997e4af395679ce061b2bff3f9 /view/template.php | |
| parent | fea733a16a666e9b7ecf4729b126d65d1ad9208d (diff) | |
| download | melaine-58514668410cb902dab613221a8e7f963cc36317.tar.gz melaine-58514668410cb902dab613221a8e7f963cc36317.tar.bz2 melaine-58514668410cb902dab613221a8e7f963cc36317.zip | |
versioning fichiers CSS et JS
Diffstat (limited to 'view/template.php')
| -rw-r--r-- | view/template.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/template.php b/view/template.php index dfe68bd..3facc13 100644 --- a/view/template.php +++ b/view/template.php | |||
| @@ -10,9 +10,9 @@ | |||
| 10 | 10 | ||
| 11 | <!-- <link rel="shortcut icon" type="image/x-icon" href="public/favicon.ico" /> --> | 11 | <!-- <link rel="shortcut icon" type="image/x-icon" href="public/favicon.ico" /> --> |
| 12 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> | 12 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> |
| 13 | <link rel="stylesheet" type="text/css" href="public/css/normalize.css"> | ||
| 14 | <link rel="stylesheet" type="text/css" href="public/css/main.css"> | ||
| 15 | <?php | 13 | <?php |
| 14 | echo Versioning::insertCSS('normalize'); | ||
| 15 | echo Versioning::insertCSS('main'); | ||
| 16 | if(isset($css)) // fichiers CSS supplémentaires | 16 | if(isset($css)) // fichiers CSS supplémentaires |
| 17 | { | 17 | { |
| 18 | echo($css); | 18 | echo($css); |
