Split messages into Inbox and Sent pages

This commit is contained in:
WilliamMiceli
2019-12-04 19:07:05 -05:00
parent da583c714a
commit eb4d732e81
3 changed files with 49 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
<div class="topNavBar">
<a href="/friends.php">See Friends</a>
<a href="/messages.php">See Messages</a>
<a href="/messagesInbox.php">Received Messages</a>
<a href="/messagesSent.php">Sent Messages</a>
<a href="/search.php">Search</a>
<a href="/sendMessage.php">Message Someone</a>
<a href="/findFriend.php">Find a New Friend</a>