gnucash-htdocs beta: Move 4.0 new features out of the features-highlight block.

John Ralls jralls at code.gnucash.org
Thu Jun 25 18:42:06 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/1aa2befe (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/f917db4c (commit)



commit 1aa2befeed5e38725516f515e8cc517393afd9b9
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 25 15:42:01 2020 -0700

    Move 4.0 new features out of the features-highlight block.

diff --git a/index.phtml b/index.phtml
index aa8a7ba..86731f8 100644
--- a/index.phtml
+++ b/index.phtml
@@ -63,8 +63,8 @@
       <li><?php echo T_("Financial Calculations"); ?></li>
     </ul>
     <a href="<?=$home?>/features.phtml"><?php echo T_("<b>Discover more...</b>");?></a>
-    <?php include("new_features-4.0.phtml"); ?>
   </div> <!-- mainfeature -->
+  <?php include("new_features-4.0.phtml"); ?>
 
   <!-- Android app info 
   <div class="download" style="margin-top:2em">



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



More information about the gnucash-changes mailing list