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