summaryrefslogtreecommitdiff
path: root/view/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/template.php')
-rw-r--r--view/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/template.php b/view/template.php
index 7fafbbb..b86a41c 100644
--- a/view/template.php
+++ b/view/template.php
@@ -11,7 +11,7 @@
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"> 13 <link rel="stylesheet" type="text/css" href="public/css/normalize.css">
14 <link rel="stylesheet" type="text/css" href="public/css/accueil.css" /> 14 <link rel="stylesheet" type="text/css" href="public/css/main.css" />
15<?php 15<?php
16if(isset($css)) // fichiers CSS supplémentaires 16if(isset($css)) // fichiers CSS supplémentaires
17{ 17{