[Gnucash-changes] r14013 - htdocs/trunk - relativeize image links

Joshua Sled jsled at cvs.gnucash.org
Wed May 10 22:01:09 EDT 2006


Author: jsled
Date: 2006-05-10 22:01:09 -0400 (Wed, 10 May 2006)
New Revision: 14013
Trac: http://svn.gnucash.org/trac/changeset/14013

Modified:
   htdocs/trunk/features.phtml
Log:
relativeize image links

Modified: htdocs/trunk/features.phtml
===================================================================
--- htdocs/trunk/features.phtml	2006-05-11 01:49:18 UTC (rev 14012)
+++ htdocs/trunk/features.phtml	2006-05-11 02:01:09 UTC (rev 14013)
@@ -17,7 +17,6 @@
 - report+graph
 - invoice
 - search query builder?
-
 -->
 
 <h2><?php echo _("Checkbook-Style Register");?></h2>
@@ -36,7 +35,7 @@
 
 <h2><?php echo _("Reports, Graphs");?></h2>
 <p>
-<img src="images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5em;" alt="[Graphs]"/>
+<img src="<?=$top_dir?>/images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5em;" alt="[Graphs]"/>
 <?php echo _("GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit &amp; Loss, Portfolio Valuation, and many others.");?>
 </p>
 <br clear="all"/>
@@ -86,7 +85,7 @@
 
 <h2><?php echo _("Transaction Finder");?></h2>
 <p>
-<img src="images/features/feature_search.png" width="300" height="200" alt="[Transaction Finder]" style="float: right; margin: 0.5em; border: solid thin grey;"/>
+<img src="<?=$top_dir?>/images/features/feature_search.png" width="300" height="200" alt="[Transaction Finder]" style="float: right; margin: 0.5em; border: solid thin grey;"/>
 <?php echo _("A powerful transaction query dialogue can help you quickly locate a needle in a haystack.");?></p>
 <br clear="all" />
 



More information about the gnucash-changes mailing list