Added footer include

This commit is contained in:
Lars van Hijfte
2017-01-11 13:04:23 +01:00
parent c354bdb330
commit 33a1c0502a

View File

@@ -13,6 +13,9 @@
/* Add your view files here. */ /* Add your view files here. */
include("views/chat.php"); include("views/chat.php");
/* This adds the footer. */
include("views/footer.php");
?> ?>
</body> </body>
</html> </html>