Fixed path for include footer.

This commit is contained in:
Fred Boniface 2022-09-19 20:28:38 +01:00
parent 542110baf0
commit bd0502ef9f
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
<!-- Footer -->
<footer>
<?php include "./../page-blocks/footer.php" ?>
<?php include "./page-blocks/footer.php" ?>
</footer>
</body>