Skip to content
Snippets Groups Projects
Commit 9b532491 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

split template in several files

parent 82db0f2f
No related branches found
No related tags found
No related merge requests found
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment