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