„threadr/board/index.php“ ändern
parent
2605f766b0
commit
f2faa760c4
|
@ -40,6 +40,19 @@ $id=$_GET['id'];
|
|||
include("./board.php");
|
||||
?>
|
||||
</div>
|
||||
<div class="item-3">
|
||||
<?php
|
||||
if(isset($_GET['action'])) {
|
||||
if($_GET['action']=='post') {
|
||||
include("./post.php");
|
||||
} elseif($_GET['action']=='edit') {
|
||||
include("./edit.php");
|
||||
}
|
||||
} else {
|
||||
include("./default.php");
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue