[Gnucash-changes] r13971 - htdocs/trunk/www/externals - relativize menu links.

Joshua Sled jsled at cvs.gnucash.org
Tue May 9 11:50:16 EDT 2006


Author: jsled
Date: 2006-05-09 11:50:15 -0400 (Tue, 09 May 2006)
New Revision: 13971
Trac: http://svn.gnucash.org/trac/changeset/13971

Modified:
   htdocs/trunk/www/externals/menu-main-developer.phtml
   htdocs/trunk/www/externals/menu-main-documentation.phtml
   htdocs/trunk/www/externals/menu-main-general.phtml
   htdocs/trunk/www/externals/menu-main-other.phtml
   htdocs/trunk/www/externals/menu-main.phtml
Log:
relativize menu links.

Modified: htdocs/trunk/www/externals/menu-main-developer.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-developer.phtml	2006-05-09 15:31:10 UTC (rev 13970)
+++ htdocs/trunk/www/externals/menu-main-developer.phtml	2006-05-09 15:50:15 UTC (rev 13971)
@@ -2,10 +2,10 @@
 <?php
 $self = $_SERVER["HTTP_HOST"];
 if(ereg("lists.gnucash.org",$self)) {
-	$home = "http://www.gnucash.org";
+  $home = "http://www.gnucash.org";
 }
 else {
-$home = "";
+  $home = ".";
 }
 
 echo "<div id=\"news\">";

Modified: htdocs/trunk/www/externals/menu-main-documentation.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-documentation.phtml	2006-05-09 15:31:10 UTC (rev 13970)
+++ htdocs/trunk/www/externals/menu-main-documentation.phtml	2006-05-09 15:50:15 UTC (rev 13971)
@@ -3,11 +3,10 @@
 <?php
 $self = $_SERVER["HTTP_HOST"];
 if(ereg("lists.gnucash.org",$self)) {
-	$home = "http://www.gnucash.org";
+  $home = "http://www.gnucash.org";
+} else {
+  $home = ".";
 }
-else {
-$home = "";
-}
 
 echo "<div id=\"news\"><div class=\"othernews\">";
 include("externals/menu-general.phtml");

Modified: htdocs/trunk/www/externals/menu-main-general.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-general.phtml	2006-05-09 15:31:10 UTC (rev 13970)
+++ htdocs/trunk/www/externals/menu-main-general.phtml	2006-05-09 15:50:15 UTC (rev 13971)
@@ -2,10 +2,10 @@
 <?php
 $self = $_SERVER["HTTP_HOST"];
 if(ereg("lists.gnucash.org",$self)) {
-	$home = "http://www.gnucash.org";
+  $home = "http://www.gnucash.org";
 }
 else {
-$home = "";
+  $home = ".";
 }
 
 echo "<div id=\"news\">";

Modified: htdocs/trunk/www/externals/menu-main-other.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main-other.phtml	2006-05-09 15:31:10 UTC (rev 13970)
+++ htdocs/trunk/www/externals/menu-main-other.phtml	2006-05-09 15:50:15 UTC (rev 13971)
@@ -5,7 +5,7 @@
 	$home = "http://www.gnucash.org";
 }
 else {
-$home = "";
+$home = ".";
 }
 
 echo "<div id=\"news\"><div class=\"othernews\">";

Modified: htdocs/trunk/www/externals/menu-main.phtml
===================================================================
--- htdocs/trunk/www/externals/menu-main.phtml	2006-05-09 15:31:10 UTC (rev 13970)
+++ htdocs/trunk/www/externals/menu-main.phtml	2006-05-09 15:50:15 UTC (rev 13971)
@@ -5,7 +5,7 @@
 	$home = "http://www.gnucash.org";
 }
 else {
-$home = "";
+  $home = ".";
 }
 
 echo "<div id=\"news\">\n";



More information about the gnucash-changes mailing list