From cfa8042be8d6e34c2620cdfb3f7faaa8a7e948bb Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 04:12:32 +0100 Subject: [PATCH] section tag --- threadr/profile/edit.php | 41 +++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/threadr/profile/edit.php b/threadr/profile/edit.php index fc8df05..dca17f2 100644 --- a/threadr/profile/edit.php +++ b/threadr/profile/edit.php @@ -1,10 +1,10 @@ prepare('SELECT name FROM users WHERE id = :user_id;'); // to be replaced with optional user name off the user data table $result = $statement->execute(array('user_id' => $_SESSION['user_id'])); $dbentry = $statement->fetch(); @@ -13,7 +13,6 @@ $username = $dbentry['name']; $navbar = "profile"; ?> - ThreadR - Edit Profile @@ -23,20 +22,24 @@ $navbar = "profile"; - %NAVBAR% -
-
-

ThreadR

+ %NAVBAR% +
+
+

ThreadR

+
+
+
+

+
+ + + + + +
+
+
-
-

-
- - - - - -
-
-
+ +