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:
<!-- BPPL PayPal Donations Link -->
<a href="bppl_donate.php?">{vb:raw vboptions.bppl_titlepage}</a>
If you wish to use a button image instead, use this code
Code:
<!-- BPPL PayPal Donations Link -->
<div>
<a href="bppl_donate.php"><img src="{vb:stylevar imgdir_misc}/donate.gif" border="0" alt="{vb:rawphrase bppl_ppimagetxt}" /></a>
</div>