r21962 - htdocs/branches/beta - Fix base path variable.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 5 03:26:44 EST 2012


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

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Fix base path variable.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-05 08:25:06 UTC (rev 21961)
+++ htdocs/branches/beta/docs.phtml	2012-02-05 08:26:44 UTC (rev 21962)
@@ -28,8 +28,8 @@
         break;
   }
 }
-$hfileurl = $basefile . $langpath . "/" . $helpfile;
-$tfileurl = $basefile . $langpath . "/" . $tcfile;
+$hfileurl = $basepath . $langpath . "/" . $helpfile;
+$tfileurl = $basepath . $langpath . "/" . $tcfile;
 ?>
 
 <div id="content">



More information about the gnucash-changes mailing list