[QUOTE=Billspaintball;1473215]
Manual Template Edit
(if using modded navbar without the default hooks)
If your using a custom Navbar (or none at all) or just want to have the link to the donations page somewhere else, just add the following code into the desired position in your template.
Code:
<!-- PayPal Donations -->
<td class="vbmenu_control"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td>
<!-- /PayPal Donations -->
If you wish to use a button image instead, use this code
Code:
<div align="right"><a href="billspaypal.php"><img src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" alt="Make payments with PayPal - it's fast, free and secure!" /></a></div>
[/Q
if i dont use this code, I get donate button but
it wont match my theme, if i use ur extra code, one does match and second one also stays ,so how do i remove ur first one ?