added iframes
parent
1545576d1e
commit
03895abafd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue