php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 10c069e999 - Show all commits

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>