2020-03-04 08:41:45 +01:00
|
|
|
<?php
|
2020-03-08 16:20:01 +01:00
|
|
|
%REQUIRE_LOGIN%
|
2020-03-04 08:41:45 +01:00
|
|
|
?>
|
|
|
|
|
2020-03-08 16:28:03 +01:00
|
|
|
<section>
|
|
|
|
<center><h1><?php echo " $username "; ?> </h1></center>
|
|
|
|
<form action="%CONTENT_DIR%/profile/" method="post">
|
|
|
|
<input type="text" name="name" maxlength="20" placeholder="First name"/>
|
|
|
|
<input type="text" name="email" placeholder="E-mail"/>
|
|
|
|
<input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/>
|
|
|
|
<input type="text" name="website" maxlength="127" placeholder="Website">
|
|
|
|
<button>Save Profile</button>
|
|
|
|
</form>
|
|
|
|
</section>
|
2020-03-08 04:12:32 +01:00
|
|
|
|