[Gnucash-changes] r14010 - htdocs/trunk/news - relativize image link

Joshua Sled jsled at cvs.gnucash.org
Wed May 10 21:48:26 EDT 2006


Author: jsled
Date: 2006-05-10 21:48:26 -0400 (Wed, 10 May 2006)
New Revision: 14010
Trac: http://svn.gnucash.org/trac/changeset/14010

Modified:
   htdocs/trunk/news/news-script.php
Log:
relativize image link

Modified: htdocs/trunk/news/news-script.php
===================================================================
--- htdocs/trunk/news/news-script.php	2006-05-11 01:47:51 UTC (rev 14009)
+++ htdocs/trunk/news/news-script.php	2006-05-11 01:48:26 UTC (rev 14010)
@@ -112,7 +112,7 @@
         }
         else {
              echo ("<div class=\"newsborder\"><div class=\"newsheader\">");
-             echo("<img alt=\"news panel\" src=\"images/icons/document.txt.gif\">&nbsp;");
+             echo("<img alt=\"news panel\" src=\"$top_dir/images/icons/document.txt.gif\">&nbsp;");
              print $fa[0];
              print  " - <b>" . $newsfile[$key] . "</b></div>\n";
              echo "<div class=\"newsinner\">";



More information about the gnucash-changes mailing list