forked from root/threadr.lostcave.ddnss.de
include instead of iframe
parent
b14e3866d6
commit
be2d412be8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue