vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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; ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |