10 lines
195 B
PHP
10 lines
195 B
PHP
|
<?php
|
||
|
%REQUIRE_LOGIN%
|
||
|
?>
|
||
|
|
||
|
<section>
|
||
|
<center><h1><?php echo " $username "; ?> </h1></center>
|
||
|
<a href="%CONTENT_DIR%/profile/?action=edit">
|
||
|
<button>Edit Profile</button>
|
||
|
</a>
|
||
|
</section>
|