php-integration #21

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

4
page-blocks/footer.php Normal file
View File

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

View File

@ -110,7 +110,7 @@
<!-- Footer -->
<footer>
<p>Created by Fred Boniface - v0.4.0-devel</p>
<?php include ./../page-blocks/footer.php ?>
</footer>
</body>