Fix includes
This commit is contained in:
parent
82f394aa0b
commit
10c069e999
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
include ./../php/version.php;
|
||||
include "./../php/version.php";
|
||||
echo "<p>Created by Fred Boniface - v$athenaVersion</p>"
|
||||
?>
|
||||
|
@ -110,7 +110,7 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<?php include ./../page-blocks/footer.php ?>
|
||||
<?php include "./../page-blocks/footer.php" ?>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user