Use home.php instead of main.php in the initial page

This commit is contained in:
Carlos R. Mafra
2012-02-05 18:49:44 +00:00
parent 6c2b321f53
commit ebfb055533
3 changed files with 5 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
<?php
include("header.php");
include("dock.php");
include("main.php");
include("home.php");
?>
</body>
</html>