diff --git a/threadr/profile/edit.php b/threadr/profile/edit.php index 1786633..7b2e5c5 100644 --- a/threadr/profile/edit.php +++ b/threadr/profile/edit.php @@ -1,46 +1,15 @@ 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(); -$username = $dbentry['name']; - -$navbar = "profile"; ?> - - - ThreadR - Edit Profile - %STYLESHEET% - - - - - - %NAVBAR% -
-
-

ThreadR

-
-
-
-

-
- - - - - -
-
-
-
- - +
+

+
+ + + + + +
+