Fix includes

This commit is contained in:
Fred Boniface 2022-09-18 20:46:47 +01:00
parent 82f394aa0b
commit 10c069e999
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php <?php
include ./../php/version.php; include "./../php/version.php";
echo "<p>Created by Fred Boniface - v$athenaVersion</p>" echo "<p>Created by Fred Boniface - v$athenaVersion</p>"
?> ?>

View File

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