r22505 - htdocs/branches/beta - Remove unused dependencies

Geert Janssens gjanssens at code.gnucash.org
Fri Nov 2 14:00:17 EDT 2012


Author: gjanssens
Date: 2012-11-02 14:00:17 -0400 (Fri, 02 Nov 2012)
New Revision: 22505
Trac: http://svn.gnucash.org/trac/changeset/22505

Modified:
   htdocs/branches/beta/viewdoc.phtml
Log:
Remove unused dependencies

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-02 17:59:48 UTC (rev 22504)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-02 18:00:17 UTC (rev 22505)
@@ -1,11 +1,7 @@
 <?php                                                    
 include("emulate_globals_on.php");
 include("lang.php");
-$title = T_("Documentation");
-$online = T_("Browse documentation online");
-$pdf = T_("Download documentation as PDF");
-$epub = T_("Download documentation as epub");
-$mobi = T_("Download documentation as mobipocket");
+$title = T_("View document");
 include("externals/header.phtml");
 include("externals/menu.phtml");
 



More information about the gnucash-changes mailing list