include instead of iframe

master
Jakob 2020-03-08 03:32:28 +01:00
parent b14e3866d6
commit be2d412be8
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@ $id=$_GET['id'];
</center></h1>
</div>
<div class="item-2">
<iframe class="board" scrolling="no" src="%CONTENT_DIR%/board/board.php?id=$id"></iframe>
<iframe class="action" scrolling="no" src="%CONTENT_DIR%/board/default.php?id=$id"></iframe>
<?php
include "./board.php?id=$id";
?>
</div>
</div>
</body>