Moved the script and footer inclusion outside of the div to the bottom of the body. Changed how the footer were placed

This commit is contained in:
kasperrt
2014-12-30 02:17:48 +01:00
parent 8497a6957f
commit 014d36f75c
2 changed files with 4 additions and 2 deletions

View File

@@ -37,6 +37,8 @@
</div>
</div>
<?php include("php/footer.php"); ?>
</div>
<?php include("php/footer.php"); ?>
</body>
</html>