mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Re-add donation button from credits.cgi.
This reverts commit 39d36c000a.
This commit is contained in:
@@ -35,6 +35,24 @@ require "${General::swroot}/header.pl";
|
|||||||
|
|
||||||
&Header::openbigbox('100%', 'center');
|
&Header::openbigbox('100%', 'center');
|
||||||
|
|
||||||
|
&Header::openbox('100%', 'left', $Lang::tr{'donation'});
|
||||||
|
|
||||||
|
print <<END
|
||||||
|
<p>$Lang::tr{'donation-text'}</p>
|
||||||
|
<div align="center">
|
||||||
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||||
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||||||
|
<input type="hidden" name="hosted_button_id" value="10781833">
|
||||||
|
<input type="image" src=$Lang::tr{'donation-link'} border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
|
||||||
|
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
|
||||||
|
END
|
||||||
|
;
|
||||||
|
&Header::closebox();
|
||||||
|
|
||||||
&Header::openbox('100%', 'left', $Lang::tr{'credits'});
|
&Header::openbox('100%', 'left', $Lang::tr{'credits'});
|
||||||
|
|
||||||
print <<END
|
print <<END
|
||||||
|
|||||||
Reference in New Issue
Block a user