Skip to content
Snippets Groups Projects
Commit 16d539a4 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

wrap the messages menu link in a 'li' so the tabs will work

parent 798dd15a
No related branches found
No related tags found
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 <span class="total_count"><?php echo $num; ?></span></a>
<li><a href="<?php echo $vars['url']; ?>pg/messages/<?php echo $_SESSION['user']->username; ?>" class="privatemessages_new" ><span>Inbox <sup><?php echo $num; ?></sup></span></a></li>
<?php
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment