try looking for parts of the code like usercp.php$session[sessionurl_q] or $vbphrase[user_cp].
EDIT: find:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
and then add your code above it.
Edit again:
Wth, its the same code as you posted. You sure youre looking in Navbar template?
ahh, maybe its a problem with your first code, it has a gap in "<a href=" so look for the code i pasted above.