This commit is contained in:
biglyderv 2024-12-18 23:13:54 -05:00
parent f9154b632a
commit e14497a06b
3 changed files with 35 additions and 1 deletions

View file

@ -17,6 +17,7 @@
<?php
if (isset($username)) { ?>
<a class="header-link" href="/user.php?id=<?php echo $username ?>"><?php echo $username ?></a>
<a class="header-link" href="/notif.php">Pings</a>
<a class="header-link" href="/logout.php">Logout</a>
<?php } else { ?>
<a class="header-link" href="/login.php">Login</a>