Skip to content
Snippets Groups Projects
Commit de0397cc authored by Seth Meranda's avatar Seth Meranda
Browse files

changed the HTML to include text "Inbox"

parent ef47c007
No related branches found
No related tags found
No related merge requests found
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
?> ?>
<a href="<?php echo $vars['url']; ?>pg/messages/<?php echo $_SESSION['user']->username; ?>" class="privatemessages" >&nbsp;</a> <a href="<?php echo $vars['url']; ?>pg/messages/<?php echo $_SESSION['user']->username; ?>" class="privatemessages" >Inbox</a>
<?php <?php
}else{ }else{
?> ?>
<a href="<?php echo $vars['url']; ?>pg/messages/<?php echo $_SESSION['user']->username; ?>" class="privatemessages_new" >[<?php echo $num; ?>]</a> <a href="<?php echo $vars['url']; ?>pg/messages/<?php echo $_SESSION['user']->username; ?>" class="privatemessages_new" >Inbox [<?php echo $num; ?>]</a>
<?php <?php
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment