diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-03-18 20:47:51 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-03-18 20:47:51 +0100 |
commit | 09a1a876c5cdf7c0e55dd99d5ca071e9f4387466 (patch) | |
tree | 9e88510aa3246432f44dd88b94d321dffa1e15b0 /lib | |
parent | 69e960419a44251416443afc150e5f3db49b9968 (diff) | |
download | rpg-09a1a876c5cdf7c0e55dd99d5ca071e9f4387466.tar.gz rpg-09a1a876c5cdf7c0e55dd99d5ca071e9f4387466.tar.bz2 |
Donation link changed
Linking to wiki:donate instead of a direct Paypal call to avoid future
trouble with Paypal.
darcs-hash:20080318194751-7ad00-0dc5106d3e35051482417a3147cc647c7ec23545.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index b73448ad3..9e948e926 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -14,7 +14,7 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : <a <?php echo $tgt?> href="http://creativecommons.org/licenses/by-nc-sa/2.0/" rel="license" title="Creative Commons License"><img src="<?php echo DOKU_TPL; ?>images/button-cc.gif" width="80" height="15" alt="Creative Commons License" /></a> - <a <?php echo $tgt?> href="https://www.paypal.com/xclick/business=andi%40splitbrain.org&item_name=DokuWiki+Donation&no_shipping=1&no_note=1&tax=0&currency_code=EUR&lc=US" title="Donate"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" alt="Donate" width="80" height="15" /></a> + <a <?php echo $tgt?> href="http://wiki.splitbrain.org/wiki:donate" title="Donate"><img src="<?php echo DOKU_TPL; ?>images/button-donate.gif" alt="Donate" width="80" height="15" /></a> <a <?php echo $tgt?> href="http://www.php.net" title="Powered by PHP"><img src="<?php echo DOKU_TPL; ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a> |