[Gnucash-changes] r14100 - htdocs/trunk/externals - emit variable value, not name.

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 19:14:46 EDT 2006


Author: jsled
Date: 2006-05-17 19:14:45 -0400 (Wed, 17 May 2006)
New Revision: 14100
Trac: http://svn.gnucash.org/trac/changeset/14100

Modified:
   htdocs/trunk/externals/header.phtml
Log:
emit variable value, not name.


Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2006-05-17 23:09:07 UTC (rev 14099)
+++ htdocs/trunk/externals/header.phtml	2006-05-17 23:14:45 UTC (rev 14100)
@@ -19,7 +19,7 @@
 <body>
 
 <div id="head">
-<a href="$home"><img src="<?=$top_dir?>/images/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/></a>
+<a href="<?=$home?>"><img src="<?=$top_dir?>/images/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/></a>
 <br/>
 <span id="language">
 Language:



More information about the gnucash-changes mailing list