gnucash-htdocs master: Make donation page accessible from home page

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 7 08:00:56 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e1e25b46 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/8ead673c (commit)



commit e1e25b46216f5a9c60b5ad03cc30b48b8a9e2d07
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Mar 7 14:00:39 2014 +0100

    Make donation page accessible from home page

diff --git a/externals/menu.phtml b/externals/menu.phtml
index 0b1a474..4de83c9 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -10,7 +10,7 @@
 <!--RSS atom feed link is on the top-right of the page   <li><a href="<?=$home?>/atom.php"><img src="<?=$home?>/images/icons/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> <?= T_("News Feed")?></a></li>-->
     <li><a href="<?=$home?>/features.phtml"><?=T_("Screenshots, Features")?></a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Development"><?= T_("How to help")?></a></li>
-    <li><a href="http://sourceforge.net/donate/index.php?group_id=192"><?=T_("Donations")?></a></li>
+    <li><a href="<?=$home?>/donate.phtml"><?=T_("Donations")?></a></li>
   </ul>
 </div>
 <div class="othernews">



Summary of changes:
 externals/menu.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list