From 9b532491d8dd1a346a1c673350ecf092b0455d76 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Wed, 11 Jun 2014 23:58:46 +0200 Subject: [PATCH] split template in several files --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index cc04d51..ab158ab 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ -<?php include 'header.php'; ?> -<?php include 'menu.php'; ?> +<?php include 'template/header.php'; ?> +<?php include 'template/menu.php'; ?> <!-- Begin page content --> <div class="container"> @@ -10,4 +10,4 @@ <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p> </div> -<?php include 'footer.php'; ?> \ No newline at end of file +<?php include 'template/footer.php'; ?> \ No newline at end of file -- GitLab