diff --git a/index.php b/index.php
index cc04d51ec63b0a9bd1b5f4bb14b0f480329531c7..ab158abe8396bb936b98a7274988674ec0f7727b 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