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 7 changed files
1 1
deleted file mode 100644
... ...
@@ -1,4 +0,0 @@
1
-
2
-  <div>
3
-		<?php echo $this->block_body ?>
4
-  </div>
5 0
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-
2
-<script src="<?php echo PATH_URL; ?>js/script.js"></script>
3 0
\ No newline at end of file
4 1
deleted file mode 100644
... ...
@@ -1,5 +0,0 @@
1
-<div>
2
-
3
-    <a href="http://github.com/Acksop" >Follow Me on Github</a>
4
-
5
-</div>
6 0
\ No newline at end of file
7 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>
21 0
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-<div>
2
-    <h2>Menu Experiments</h2>
3
-    <ul>
4
-        <li><a href="<?php echo PATH_URL; ?>accueil">Accueil</a></li>
5
-        <li><a href="<?php echo PATH_URL; ?>error">Error</a></li>
6
-    </ul>
7
-</div>
8 0
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-
2
-<link rel="stylesheet" href="<?php echo PATH_URL; ?>css/style.css">
3 0
\ No newline at end of file
4 1
deleted file mode 100644
... ...
@@ -1,27 +0,0 @@
1
-<?php
2
-define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standard');
3
-
4
-require LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.phtml";
5
-?>
6
-
7
-
8
-<body>
9
-
10
-  <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
11
-       chromium.org/developers/how-tos/chrome-frame-getting-started -->
12
-  <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
13
-  
14
-  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.phtml"; ?>
15
-
16
-  <div class="contents">
17
-    <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.phtml"; ?>
18
-  </div>
19
-
20
-  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."footer.phtml"; ?>
21
-
22
-
23
-  <!-- JavaScript at the bottom for fast page loading -->
24
-  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.phtml"; ?>
25
-  
26
-</body>
27
-</html>