notif
This commit is contained in:
parent
f9154b632a
commit
e14497a06b
3 changed files with 35 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue