r21965 - htdocs/branches/beta - Fix the help and tutorial paths.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 5 03:41:22 EST 2012


Author: cmarchi
Date: 2012-02-05 03:41:21 -0500 (Sun, 05 Feb 2012)
New Revision: 21965
Trac: http://svn.gnucash.org/trac/changeset/21965

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Fix the help and tutorial paths.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-05 08:39:33 UTC (rev 21964)
+++ htdocs/branches/beta/docs.phtml	2012-02-05 08:41:21 UTC (rev 21965)
@@ -9,8 +9,8 @@
 include("externals/header.phtml");
 include("externals/menu.phtml");
 $basepath = "http://gnucash.org/docs/v2.4/";
-$helpfile = "help.html";
-$tcfile   = "index.html";
+$helpfile = "gnucash-help/help.html";
+$tcfile   = "gnucash-guide/index.html";
 $langpath = 'C';
 $l_argarray = parse_url($_SERVER['REQUEST_URI']);
 $l_arg = $l_argarray[query];



More information about the gnucash-changes mailing list