forked from root/threadr.lostcave.ddnss.de
„threadr/profile/index.php“ ändern
parent
923fb94eee
commit
65ac991632
|
@ -28,6 +28,15 @@ $navbar = "profile";
|
|||
<center><h1>ThreadR</h1></center>
|
||||
</div>
|
||||
<div class="item-2">
|
||||
<?php
|
||||
if(isset($_GET['action'])) {
|
||||
if($_GET['action']=='edit') {
|
||||
include("./edit.php");
|
||||
}
|
||||
} else {
|
||||
include("./default.php");
|
||||
}
|
||||
?>
|
||||
<section>
|
||||
<center><h1><?php echo " $username "; ?> </h1></center>
|
||||
<form action="%CONTENT_DIR%/profile/" method="post">
|
||||
|
|
Loading…
Reference in New Issue