php-integration #21

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

View File

@ -99,10 +99,7 @@
</p>
<!-- Footer -->
<footer>
<?php include "./page-blocks/footer.php" ?>
</footer>
</body>
</html>

View File

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