SVN Commit by dpage: r4914 - trunk/www/docs
От | svn@pgadmin.org |
---|---|
Тема | SVN Commit by dpage: r4914 - trunk/www/docs |
Дата | |
Msg-id | 200601171454.k0HEsmGZ027592@developer.pgadmin.org обсуждение исходный текст |
Список | 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 по дате отправления: