I hope no one has added this, but I had to do some modifications to fit my custom navbar dropdown menus in multiple skins.
In your navbar template find:
if you want it under the miscellaneous tab:
Code:
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
If you want it in the quicklinks tab:
Code:
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
And below it add:
Code:
<tr><td class="vbmenu_option"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td></tr>
I hope this helps somebody.