Author: dpage Date: 2006-01-20 09:28:34 +0000 (Fri, 20 Jan 2006) New Revision: 4939
Modified: trunk/www/development/menu.php Log: Add the SVN browser to the menu for convenience Modified: trunk/www/development/menu.php =================================================================== --- trunk/www/development/menu.php 2006-01-19 15:56:40 UTC (rev 4938) +++ trunk/www/development/menu.php 2006-01-20 09:28:34 UTC (rev 4939) @@ -5,6 +5,7 @@ $output = ' <div' . www_current_menu_page("index.php") . '><a href="index.php">› ' . _("Introduction") . '</a></div> <div' . www_current_menu_page("svn.php") . '><a href="svn.php">› ' . _("SVN access") . '</a></div> +<div' . www_current_menu_page("http://svn.pgadmin.org/") . '><a href="http://svn.pgadmin.org/">› ' . _("SVN browser") . '</a></div> <div' . www_current_menu_page("list.php") . '><a href="list.php">› ' . _("Mailing list") . '</a></div> <div' . www_current_menu_page("team.php") . '><a href="team.php">› ' . _("Team") . '</a></div> <div' . www_current_menu_page("todo.php") . '><a href="todo.php">› ' . _("TODO list") . '</a></div> ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings