r20881 - htdocs/branches/beta/externals - Add a button for donations.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 09:52:56 EDT 2011


Author: cmarchi
Date: 2011-07-09 09:52:56 -0400 (Sat, 09 Jul 2011)
New Revision: 20881
Trac: http://svn.gnucash.org/trac/changeset/20881

Added:
   htdocs/branches/beta/externals/donation-32x32.png
Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Add a button for donations.

Added: htdocs/branches/beta/externals/donation-32x32.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/donation-32x32.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-09 13:18:21 UTC (rev 20880)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-09 13:52:56 UTC (rev 20881)
@@ -1,6 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <?php
 $titleRSS = T_("Subscribe to RSS feed");
+$titledonation = T_("Support the GnuCash project with a donation");
 ?>
 
 <html>
@@ -29,7 +30,10 @@
 
 <div id="head">
 <div style="float:right;">
-<p id="rss"><a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32" /></a></p>
+<p id="rss">
+<a href="http://sourceforge.net/donate/index.php?group_id=192"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/donation-32x32.png" title="<?php echo T_($titledonation);?>" alt="[Donation]" width="32" height="32" /></a>
+<a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32" /></a>
+</p>
 </div>
 
 <div style="margin: 0px 0px 0 0;">



More information about the gnucash-changes mailing list