mich interessiert, wie die beste Lösung bzgl. dieses Layouts wäre, sollte man die table-Infomationen auch irgendwie includen? Thx für Ratschläge:
<?php include "header.inc.php" ?>
<table>
<tr>
<td valign="top">
<?php include "navigation.inc.php"; ?>
</td>
<td valign="top">
<?php include "banner.inc.php"; ?>
</td>
</tr>
<tr>
<td valign="top"><?php include "content.inc.php"; ?></td>
</tr>
</table>
<?php include "footer.inc.php" ?>