[Scummvm-cvs-logs] scummvm-web master -> e2c5fed5ce31411a844f1a6bfe7ee6aa80ad37bf

sev- sev at scummvm.org
Sun Mar 6 21:17:51 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
e2c5fed5ce WEB: Replaced donate button with direct one


Commit: e2c5fed5ce31411a844f1a6bfe7ee6aa80ad37bf
    https://github.com/scummvm/scummvm-web/commit/e2c5fed5ce31411a844f1a6bfe7ee6aa80ad37bf
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-06T21:17:26+01:00

Commit Message:
WEB: Replaced donate button with direct one

Changed paths:
  A images/ppdonate.png
    templates/index.tpl



diff --git a/images/ppdonate.png b/images/ppdonate.png
new file mode 100644
index 0000000..e4757bf
Binary files /dev/null and b/images/ppdonate.png differ
diff --git a/templates/index.tpl b/templates/index.tpl
index 639254d..5bc51a2 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -50,9 +50,12 @@
 				<img src="/images/hangmonk.gif" alt="monkey" width="55" height="57" class="monkey float_right">
 			</div>
 			<div id="menu_banners">
-				<a href="http://sourceforge.net/p/scummvm/donate/">
-					<img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" alt="{#indexSupport#}">
-				</a>
+				<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+					<input type="hidden" name="cmd" value="_s-xclick">
+					<input type="hidden" name="hosted_button_id" value="U6E6SLL7E8MAS">
+					<input type="image" src="/images/ppdonate.png" width="88" height="35" border="0" name="submit" alt="{#indexSupport#}">
+					<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
+				</form>
 				<br>
 				<a href="http://combobreaker.com/">
 					<img src="/images/scummvm_cb.png" width="88" height="32" alt="{#indexCombobreaker#}">
@@ -106,9 +109,6 @@
 
 		{strip}
 		<div id="footer">
-			<a href="http://sourceforge.net/p/scummvm/donate/">
-				<img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" alt="{#indexSupport#}">
-			</a>
 			<a href="http://www.gog.com/?pp=22d200f8670dbdb3e253a90eee5098477c95c23d">
 				<img src="/images/GOG_button_small.png" alt="{#indexGOG#}" width="88" height="32">
 			</a>






More information about the Scummvm-git-logs mailing list