SVN Commit by dpage: r4914 - trunk/www/docs - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4914 - trunk/www/docs
Date
Msg-id 200601171454.k0HEsmGZ027592@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2006-01-17 14:54:48 +0000 (Tue, 17 Jan 2006)
New Revision: 4914

Modified:
   trunk/www/docs/menu.php
Log:
Use full paths to the doc indexes to avoid so Apache rewrite oddities on
Ferengi


Modified: trunk/www/docs/menu.php
===================================================================
--- trunk/www/docs/menu.php    2006-01-17 14:28:06 UTC (rev 4913)
+++ trunk/www/docs/menu.php    2006-01-17 14:54:48 UTC (rev 4914)
@@ -4,8 +4,8 @@
 {
   $output = '
 <div' . www_current_menu_page("index.php") . '><a href="index.php">› ' . _("Introduction") . '</a></div>
-<div' . www_current_menu_page("dev/index.php") . '><a href="dev/">› ' . sprintf(_("Development %s"), "1.5") .
'</a></div>
-<div' . www_current_menu_page("1.4/index.php") . '><a href="1.4/">› ' . sprintf(_("Release %s"), "1.4") .
'</a></div>
+<div' . www_current_menu_page("dev/index.html") . '><a href="dev/index.html">› ' . sprintf(_("Development %s"),
"1.5"). '</a></div> 
+<div' . www_current_menu_page("1.4/index.html") . '><a href="1.4/index.html">› ' . sprintf(_("Release %s"),
"1.4"). '</a></div> 
 ';

   return $output;


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4913 - trunk/www
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4915 - trunk/pgadmin3/docs/en_US