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> </center></h1>
</div> </div>
<div class="item-2"> <div class="item-2">
<iframe class="board" scrolling="no" src="%CONTENT_DIR%/board/board.php?id=$id"></iframe> <?php
<iframe class="action" scrolling="no" src="%CONTENT_DIR%/board/default.php?id=$id"></iframe> include "./board.php?id=$id";
?>
</div> </div>
</div> </div>
</body> </body>