[Gnucash-changes] r12901 - htdocs/trunk/externals/en - locating the
webding image correctly
Neil Williams
codehelp at cvs.gnucash.org
Thu Jan 19 13:09:30 EST 2006
Author: codehelp
Date: 2006-01-19 13:09:30 -0500 (Thu, 19 Jan 2006)
New Revision: 12901
Trac: http://svn.gnucash.org/trac/changeset/12901
Modified:
htdocs/trunk/externals/en/menu-developer.phtml
htdocs/trunk/externals/en/menu-documentation.phtml
htdocs/trunk/externals/en/menu-downloads.phtml
htdocs/trunk/externals/en/menu-general.phtml
Log:
locating the webding image correctly
Modified: htdocs/trunk/externals/en/menu-developer.phtml
===================================================================
--- htdocs/trunk/externals/en/menu-developer.phtml 2006-01-19 18:02:18 UTC (rev 12900)
+++ htdocs/trunk/externals/en/menu-developer.phtml 2006-01-19 18:09:30 UTC (rev 12901)
@@ -1,6 +1,6 @@
<?php
echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"/images/webding.png\" alt=\"marker\">\n";
+echo "<img class=\"dot\" src=\"$topdir/images/webding.png\" alt=\"marker\">\n";
echo "<b>Developer Information</b>\n";
echo "</span>\n";
echo "<ul><li><a href=\"$home/en/architecture.phtml\">System Architecture</a></li>\n";
Modified: htdocs/trunk/externals/en/menu-documentation.phtml
===================================================================
--- htdocs/trunk/externals/en/menu-documentation.phtml 2006-01-19 18:02:18 UTC (rev 12900)
+++ htdocs/trunk/externals/en/menu-documentation.phtml 2006-01-19 18:09:30 UTC (rev 12901)
@@ -1,6 +1,6 @@
<?php
echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"/images/webding.png\" alt=\"marker\">\n";
+echo "<img class=\"dot\" src=\"$topdir/images/webding.png\" alt=\"marker\">\n";
echo "<b>Documentation</b></span>\n";
echo "<ul><li>\n";
echo "<a href=\"http://wiki.gnucash.org/wiki/\">Wiki/FAQ</a> ";
Modified: htdocs/trunk/externals/en/menu-downloads.phtml
===================================================================
--- htdocs/trunk/externals/en/menu-downloads.phtml 2006-01-19 18:02:18 UTC (rev 12900)
+++ htdocs/trunk/externals/en/menu-downloads.phtml 2006-01-19 18:09:30 UTC (rev 12901)
@@ -1,5 +1,5 @@
<span class="linktop">
-<img class="dot" src="/images/webding.png" alt="marker">
+<img class="dot" src="<?php echo $topdir; ?>/images/webding.png" alt="marker">
<b>Downloads</b></span>
<ul>
<li><a href="http://www.gnucash.org/pub/">USA (master site)</a></li>
Modified: htdocs/trunk/externals/en/menu-general.phtml
===================================================================
--- htdocs/trunk/externals/en/menu-general.phtml 2006-01-19 18:02:18 UTC (rev 12900)
+++ htdocs/trunk/externals/en/menu-general.phtml 2006-01-19 18:09:30 UTC (rev 12901)
@@ -1,6 +1,6 @@
<?php
echo "<span class=\"linktop\">\n";
-echo "<img class=\"dot\" src=\"/images/webding.png\" alt=\"marker\">\n";
+echo "<img class=\"dot\" src=\"$topdir/images/webding.png\" alt=\"marker\">\n";
echo "<b>General Information</b>\n";
echo "</span>\n";
echo "<ul>\n";
More information about the gnucash-changes
mailing list