Hi Manuel,
ist dir schon was eingefallen warum der iframe nicht auf die volle größe Angezeigt wird.
<code>
<?php
include ('include/designs/'.$tstyle.'/header.php');
?>
<iframe src="http://127.0.0.1/test/index.php" height="100%" width="100%"></iframe>
<?php
include ('include/designs/'.$tstyle.'/footer.php');
?>
</code>