From 9e80ae43ed9512dd7cbd8b14a69acb91640ef56f Mon Sep 17 00:00:00 2001 From: Jakob Date: Sun, 8 Mar 2020 16:28:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/profile/edit.php=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/profile/edit.php | 51 ++++++++-------------------------------- 1 file changed, 10 insertions(+), 41 deletions(-) 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

-
-
-
-

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

+
+ + + + + +
+