1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,20 +0,0 @@ |
1 |
-<!doctype html> |
|
2 |
- |
|
3 |
-<html lang="fr"> |
|
4 |
- |
|
5 |
-<head> |
|
6 |
- <meta charset="utf-8"> |
|
7 |
- |
|
8 |
- <title><?php echo $page_title; ?></title> |
|
9 |
- <meta name="description" content= "<?php echo $description; ?>" > |
|
10 |
- |
|
11 |
- <!-- Mobile viewport optimized: h5bp.com/viewport --> |
|
12 |
- <meta name="viewport" content="width=device-width"> |
|
13 |
- |
|
14 |
- <!-- Les favicons --> |
|
15 |
- <link rel="apple-touch-icon" href="<?php echo PATH_URL; ?>apple-touch-icon.png"> |
|
16 |
- <link rel="icon" href="<?php echo PATH_URL; ?>favicon.png" /> |
|
17 |
- |
|
18 |
- <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.phtml"; ?> |
|
19 |
- |
|
20 |
-</head> |
... | ... |
@@ -11,7 +11,9 @@ |
11 | 11 |
<!-- Mobile viewport optimized: h5bp.com/viewport --> |
12 | 12 |
<meta name="viewport" content="width=device-width"> |
13 | 13 |
|
14 |
- <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> |
|
14 |
+ <!-- Les favicons --> |
|
15 |
+ <link rel="apple-touch-icon" href="<?php echo PATH_URL; ?>apple-touch-icon.png"> |
|
16 |
+ <link rel="icon" href="<?php echo PATH_URL; ?>favicon.png" /> |
|
15 | 17 |
|
16 | 18 |
<?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.phtml"; ?> |
17 | 19 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+<!doctype html> |
|
2 |
+ |
|
3 |
+<html lang="fr"> |
|
4 |
+ |
|
5 |
+<head> |
|
6 |
+ <meta charset="utf-8"> |
|
7 |
+ |
|
8 |
+ <title><?php echo $name; ?></title> |
|
9 |
+ <meta name="description" content= "<?php echo $description; ?>" > |
|
10 |
+ |
|
11 |
+ <!-- Mobile viewport optimized: h5bp.com/viewport --> |
|
12 |
+ <meta name="viewport" content="width=device-width"> |
|
13 |
+ |
|
14 |
+ <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> |
|
15 |
+ |
|
16 |
+ <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."top-css.phtml"; ?> |
|
17 |
+ |
|
18 |
+</head> |