Added footer include

This commit is contained in:
Lars van Hijfte
2017-01-11 13:05:01 +01:00
parent 33a1c0502a
commit 7aaa6a80f1

View File

@@ -7,12 +7,15 @@
<?php <?php
/* /*
* This view adds the main layout over the screen. * This view adds the main layout over the screen.
* Header, menu, footer. * Header and menu.
*/ */
include("views/main.php"); include("views/main.php");
/* Add your view files here. */ /* Add your view files here. */
include("views/homepage.php"); include("views/homepage.php");
/* This adds the footer. */
include("views/footer.php");
?> ?>
</body> </body>
</html> </html>