Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Suppression d'un dossier ne servant plus a rien

git authored on 15/03/2019 13:20:37
Showing 1 changed files
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>
Browse code

commit initial de la branch template-meny

git authored on 14/03/2019 10:30:11
Showing 1 changed files
... ...
@@ -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
 
Browse code

liaison controlleur et vues ok !

git authored on 05/03/2019 16:49:15
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 <head>
6 6
   <meta charset="utf-8">
7 7
 
8
-  <title><?php echo $name; ?></title>
8
+  <title><?php echo $page_title; ?></title>
9 9
   <meta name="description" content= "<?php echo $description; ?>" >
10 10
 
11 11
   <!-- Mobile viewport optimized: h5bp.com/viewport -->
Browse code

update fonctionnel php5.3

git authored on 05/03/2019 13:26:50
Showing 1 changed files
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>