[Gnucash-changes] r13976 - htdocs/trunk/www/externals - redefine language locations (for now).

Joshua Sled jsled at cvs.gnucash.org
Tue May 9 13:31:22 EDT 2006


Author: jsled
Date: 2006-05-09 13:31:22 -0400 (Tue, 09 May 2006)
New Revision: 13976
Trac: http://svn.gnucash.org/trac/changeset/13976

Modified:
   htdocs/trunk/www/externals/header.phtml
Log:
redefine language locations (for now).


Modified: htdocs/trunk/www/externals/header.phtml
===================================================================
--- htdocs/trunk/www/externals/header.phtml	2006-05-09 16:57:15 UTC (rev 13975)
+++ htdocs/trunk/www/externals/header.phtml	2006-05-09 17:31:22 UTC (rev 13976)
@@ -6,6 +6,9 @@
   echo "<link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n";
   echo "<link rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n";
   echo $mimeline;
+
+$home = "..";
+
 ?>
 <?php if (isset($homepage)) { ?>
 <!-- the RSS only appears on the home page, not on all pages. -->
@@ -16,10 +19,10 @@
 
 <body>
 <div id="head">
-<?php echo "<img src=\"images/gnucash_logo1.png\" alt=\"GnuCash Logo\" id=\"gnclogo\" width=\"179\" height=\"45\">\n"; ?>
+<img src="images/gnucash_logo1.png" alt="GnuCash Logo" id="gnclogo" width="179" height="45" />
 <br/>
 <span id="language">
- Language:
+Language:
 <b>English</b>
 | <a class="nav" href="<?php echo $home;?>/fr/">Fran&ccedil;ais</a>
 | <a class="nav" href="http://www.hthoma.de/projekte/gnucash/index.html">Deutsch</a>



More information about the gnucash-changes mailing list