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

@@ -8,7 +8,10 @@
</head>
<body>
<?php include("header.php"); ?><?php include("dock.php"); ?>
<?php
include("header.php");
include("dock.php");
?>
<div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1">