added iframes
parent
1545576d1e
commit
03895abafd
|
@ -35,9 +35,10 @@ $id=$_GET['id'];
|
||||||
</center></h1>
|
</center></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-2">
|
<div class="item-2">
|
||||||
<?php
|
<iframe src="%CONTENT_DIR%/board/board.php"></iframe>
|
||||||
echo "<a href='%CONTENT_DIR%/boards/post.php?id=$id'><button> Post something </button></a>";
|
</div>
|
||||||
?>
|
<div class="item-3">
|
||||||
|
<iframe src="%CONTENT_DIR%/board/default.php"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue