diff options
author | Alvaro Herrera | 2008-04-04 13:33:11 +0000 |
---|---|---|
committer | Alvaro Herrera | 2008-04-04 13:33:11 +0000 |
commit | 759b451e8c172782aba05666011d434cb70b041e (patch) | |
tree | 3cd52745482566743e64a6c1f1048203124b13a5 | |
parent | 92b2490fedc8970c17a1107e2e054fe724a6480d (diff) |
Add pgeu-board and pgus-board, per Selena.
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2022 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r-- | archives/html/includes/top_config.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archives/html/includes/top_config.php b/archives/html/includes/top_config.php index 9f857c54..c5bddccb 100644 --- a/archives/html/includes/top_config.php +++ b/archives/html/includes/top_config.php @@ -114,14 +114,15 @@ else if (strpos($_SERVER['PHP_SELF'], "/pgsql-hackers/") === 0) $menu = 2; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-patches/") === 0) $menu = 2; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-www/") === 0) $menu = 2; +else if (strpos($_SERVER['PHP_SELF'], "/pgeu-general/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-de-allgemein/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-es-ayuda/") === 0) $menu = 3; -else if (strpos($_SERVER['PHP_SELF'], "/pgsql-eu-general/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-fr-generale/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-it-generale/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-nl-algemeen/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-ru-general/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-tr-genel/") === 0) $menu = 3; +else if (strpos($_SERVER['PHP_SELF'], "/pgus-general/") === 0) $menu = 3; else if (strpos($_SERVER['PHP_SELF'], "/pgadmin-hackers/") === 0) $menu = 4; else if (strpos($_SERVER['PHP_SELF'], "/pgadmin-support/") === 0) $menu = 4; @@ -191,14 +192,15 @@ else if ($menu == 3) <li><a href="/https/git.postgresql.org/pgsql-hackers/">Developer lists</a></li> <li><a href="/https/git.postgresql.org/pgsql-de-allgemein/">Regional lists</a> <ul> +<li><a href="/https/git.postgresql.org/pgeu-general/">pgeu-general</a></li> <li><a href="/https/git.postgresql.org/pgsql-de-allgemein/">pgsql-de-allgemein</a></li> <li><a href="/https/git.postgresql.org/pgsql-es-ayuda/">pgsql-es-ayuda</a></li> -<li><a href="/https/git.postgresql.org/pgsql-eu-general/">pgsql-eu-general</a></li> <li><a href="/https/git.postgresql.org/pgsql-fr-generale/">pgsql-fr-generale</a></li> <li><a href="/https/git.postgresql.org/pgsql-it-generale/">pgsql-it-generale</a></li> <li><a href="/https/git.postgresql.org/pgsql-nl-algemeen/">pgsql-nl-algemeen</a></li> <li><a href="/https/git.postgresql.org/pgsql-ru-general/">pgsql-ru-general</a></li> <li><a href="/https/git.postgresql.org/pgsql-tr-genel/">pgsql-tr-genel</a></li> +<li><a href="/https/git.postgresql.org/pgus-general/">pgus-general</a></li> </ul></li> <li><a href="/https/git.postgresql.org/pgadmin-support/">Project lists</a></li> <li><a href="/https/git.postgresql.org/atlpug/">User groups</a></li> |