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

changed the inbox count to a <sup>

parent 13a5c549
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
}else{
?>
<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>
<li><a href="<?php echo $vars['url']; ?>pg/messages/<?php echo $_SESSION['user']->username; ?>" class="privatemessages_new" ><span>Inbox <sup class="totalCount"><?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