diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-22 02:56:09 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-22 03:23:46 +0500 |
| commit | df783376d2b3bdd8fe5e0e558fa781f40babd7f3 (patch) | |
| tree | 3cad6b62b81a70e73cc5df60b96740e7cf3ec992 /src/partials.php | |
| parent | 55c5c9ca935a9077a1fd4003e93a10c5144a6bce (diff) | |
feat: users
Diffstat (limited to 'src/partials.php')
| -rw-r--r-- | src/partials.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/partials.php b/src/partials.php index 8f2d2ab..0087df4 100644 --- a/src/partials.php +++ b/src/partials.php @@ -9,13 +9,14 @@ function html_navigation_bar() </a> <div class="links"> <a href="/emotes" class="button">Emotes</a> + <a href="/users.php" class="button">Users</a> <a href="/emotes/upload.php" class="button">Upload</a> <a href="/account" class="button">Account</a> </div> <?php if (isset($_SESSION["user_id"])) { echo '' ?> - <a href="/users/<?php echo $_SESSION["user_id"] ?>" class="links" style="margin-left:auto;"> + <a href="/users.php?id=<?php echo $_SESSION["user_id"] ?>" class="links" style="margin-left:auto;"> Signed in as <?php echo $_SESSION["user_name"] ?> <img src="/static/userdata/avatars/<?php echo $_SESSION["user_id"] ?>" width="24" height="24" /> </a> |
