SVN Commit by dpage: r4914 - trunk/www/docs

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4914 - trunk/www/docs
Date: 2006-01-17 14:54:48
Message-ID: 200601171454.k0HEsmGZ027592@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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">&rsaquo; ' . _("Introduction") . '</a></div>
-<div' . www_current_menu_page("dev/index.php") . '><a href="dev/">&rsaquo; ' . sprintf(_("Development %s"), "1.5") . '</a></div>
-<div' . www_current_menu_page("1.4/index.php") . '><a href="1.4/">&rsaquo; ' . sprintf(_("Release %s"), "1.4") . '</a></div>
+<div' . www_current_menu_page("dev/index.html") . '><a href="dev/index.html">&rsaquo; ' . sprintf(_("Development %s"), "1.5") . '</a></div>
+<div' . www_current_menu_page("1.4/index.html") . '><a href="1.4/index.html">&rsaquo; ' . sprintf(_("Release %s"), "1.4") . '</a></div>
';

return $output;

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-01-17 15:12:35 SVN Commit by dpage: r4915 - trunk/pgadmin3/docs/en_US
Previous Message svn 2006-01-17 14:28:06 SVN Commit by dpage: r4913 - trunk/www