section tag
parent
6f3a28b2a7
commit
2e6460a8fe
|
@ -13,7 +13,6 @@ $username = $dbentry['name'];
|
||||||
$navbar = "profile";
|
$navbar = "profile";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ThreadR - Profile</title>
|
<title>ThreadR - Profile</title>
|
||||||
|
@ -21,20 +20,21 @@ $navbar = "profile";
|
||||||
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
|
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
%NAVBAR%
|
%NAVBAR%
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="item-1">
|
<div class="item-1">
|
||||||
<center><h1>ThreadR</h1></center>
|
<center><h1>ThreadR</h1></center>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-2 form">
|
<div class="item-2">
|
||||||
<center><h1><?php echo " $username "; ?> </h1></center>
|
<section>
|
||||||
<form action="%CONTENT_DIR%/profile/" method="post">
|
<center><h1><?php echo " $username "; ?> </h1></center>
|
||||||
</form>
|
<form action="%CONTENT_DIR%/profile/" method="post">
|
||||||
<a href="%CONTENT_DIR%/profile/edit.php">
|
</form>
|
||||||
<button>Edit Profile</button>
|
<a href="%CONTENT_DIR%/profile/edit.php">
|
||||||
</a>
|
<button>Edit Profile</button>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue