Kevin prototype #13

Merged
11319801 merged 9 commits from kevin-prototype into master 2017-01-11 14:06:28 +01:00
Showing only changes of commit 7aaa6a80f1 - Show all commits

View File

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