added iframes

master
Jakob 2020-03-07 19:46:22 +01:00
parent 1545576d1e
commit 03895abafd
1 changed files with 4 additions and 3 deletions

View File

@ -35,9 +35,10 @@ $id=$_GET['id'];
</center></h1>
</div>
<div class="item-2">
<?php
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>";
?>
<iframe src="%CONTENT_DIR%/board/board.php"></iframe>
</div>
<div class="item-3">
<iframe src="%CONTENT_DIR%/board/default.php"></iframe>
</div>
</div>
</body>