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

changed the HTML to work with tabs.

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