gnucash-htdocs master: Change to home page Information menu, per items 3 and 4 in Bug 783240: Website Home page suggestions.

Geert Janssens gjanssens at code.gnucash.org
Thu Jun 15 06:36:32 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/1ec6c924 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/32c30de6 (commit)



commit 1ec6c924176f3c08cf82aa857284192867f77ad3
Author: David Thomas <sunfish62 at yahoo.com>
Date:   Wed May 31 22:55:38 2017 +0500

    Change to home page Information menu, per items 3 and 4 in Bug 783240: Website Home page suggestions.

diff --git a/externals/menu.phtml b/externals/menu.phtml
index ce1de72..0dbb4ed 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -9,7 +9,8 @@
     <li><a href="<?=$home?>/index.phtml"><?= T_("About / News")?></a></li>
 <!--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://wiki.gnucash.org/wiki/Installation"><?=T_("Installation")?></a></li>
+    <li><a href="http://wiki.gnucash.org/wiki/Getting_Help"><?= T_("Getting help")?></a></li>
     <li><a href="<?=$home?>/donate.phtml"><?=T_("Donations")?></a></li>
   </ul>
 </div>
@@ -46,6 +47,7 @@
     <b><?=T_("Development")?></b>
   </span>
   <ul>
+    <li><a href="http://wiki.gnucash.org/wiki/Development"><?=T_("How to help")?></a></li>
     <li><?=T_("Source Docs")?>
       <ul>
         <li><a href="http://code.gnucash.org/docs/MAINT/"><?=T_("current bugfix branch")?></a></li>



Summary of changes:
 externals/menu.phtml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list