I'm trying to add some links to the drop down UserCP menu in the navbar.
I've added the following in two places in the navbar template:
Code:
<tr><td class="vbmenu_option"><a href="album.php?$session[sessionurl]do=addalbum">$vbphrase[add_album]</a></td></tr>
<tr><td class="vbmenu_option"><a href="downloads.php?$session[sessionurl]do=my">$vbphrase[ecdownloads_my_files]</a></td></tr>
It's strange. In IE7, a space shows up, but no text. In FF, both spaces will show up, but text from only one link will show.
Any ideas?