added $id to iframe links
parent
5d2b2188a2
commit
b7aa05b9ff
|
@ -35,10 +35,10 @@ $id=$_GET['id'];
|
|||
</center></h1>
|
||||
</div>
|
||||
<div class="item-2">
|
||||
<iframe src="%CONTENT_DIR%/board/board.php"></iframe>
|
||||
<iframe src="%CONTENT_DIR%/board/board.php?id=$id"></iframe>
|
||||
</div>
|
||||
<div class="item-3">
|
||||
<iframe src="%CONTENT_DIR%/board/default.php"></iframe>
|
||||
<iframe src="%CONTENT_DIR%/board/default.php?id=$id"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue