add footer.php that was missing initially
This commit is contained in:
parent
3a4c4cc872
commit
aa7daa0b06
|
@ -70,6 +70,6 @@
|
||||||
<p>back to the <a href="#top">top of the page</a></p>
|
<p>back to the <a href="#top">top of the page</a></p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
<?php include "../includes/footer.php" ?>
|
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue