gnucash-htdocs master: Add missing page "parameter"

Frank H.Ellenberger fell at code.gnucash.org
Thu Jan 14 21:07:25 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/5ce9e905 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/865a723d (commit)



commit 5ce9e90563966684efbeb0eb311b2600ff49f203
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Jan 15 03:07:09 2021 +0100

    Add missing page "parameter"

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 5f891c6..a6b9897 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -2,6 +2,7 @@
 include("lang.php");
 $title = T_("GnuCash 2.6 release tour");
 $description = T_("This tour will introduce you to new major features in <span class=\"gnucash\">GnuCash</span> 2.6.");
+$page = $_SERVER['PHP_SELF'];
 include("emulate_globals_on.php");
 include("$top_dir/externals/header.phtml");
 include("$top_dir/externals/menu.phtml");
diff --git a/docs.phtml b/docs.phtml
index 3a89024..b5dad0b 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -9,6 +9,7 @@
   include("lang.php");
   $title = T_("Documentation");
   $description = T_("The following links are to the <strong>English HTML editions of the current stable branch</strong> documentation. See further down the page for other <span class=\"gnucash\">GnuCash</span> versions, languages, and formats.");
+  $page = $_SERVER['PHP_SELF'];
   $online = T_("Browse documentation online");
   $pdf = T_("Download documentation as PDF");
   $epub = T_("Download documentation as epub");



Summary of changes:
 2.6-release-tour.phtml | 1 +
 docs.phtml             | 1 +
 2 files changed, 2 insertions(+)



More information about the gnucash-changes mailing list