diff options
author | Alvaro Herrera | 2008-06-29 23:11:43 +0000 |
---|---|---|
committer | Alvaro Herrera | 2008-06-29 23:11:43 +0000 |
commit | 4faaca5b25a2ef78867ad029e176627678a82c59 (patch) | |
tree | 9e0af5bc90e6be25c6a069a7fd2b48e1232fb2d4 | |
parent | 9f5c2aaad0f19a8ce9f530ff342bdffe358fc72d (diff) |
Add Oklahoma and Toronto in the menu too
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2145 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r-- | archives/html/includes/top_config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archives/html/includes/top_config.php b/archives/html/includes/top_config.php index 5f942cb8..bd9e5c40 100644 --- a/archives/html/includes/top_config.php +++ b/archives/html/includes/top_config.php @@ -132,12 +132,14 @@ else if (strpos($_SERVER['PHP_SELF'], "/austinpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/bwpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/lapug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/ohiopug/") === 0) $menu = 5; +else if (strpos($_SERVER['PHP_SELF'], "/okpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/pdxpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/ukpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/seapug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/sfpug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/spug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/sydpug/") === 0) $menu = 5; +else if (strpos($_SERVER['PHP_SELF'], "/torontopug/") === 0) $menu = 5; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-benchmarks/") === 0) $menu = 6; else if (strpos($_SERVER['PHP_SELF'], "/pgsql-chat/") === 0) $menu = 6; @@ -236,11 +238,13 @@ else if ($menu == 5) <li><a href="/https/git.postgresql.org/bwpug/">Baltimore/Washington DC</a></li> <li><a href="/https/git.postgresql.org/lapug/">Los Angeles</a></li> <li><a href="/https/git.postgresql.org/ohiopug/">Ohio</a></li> +<li><a href="/https/git.postgresql.org/okpug/">Oklahoma</a></li> <li><a href="/https/git.postgresql.org/pdxpug/">Portland</a></li> <li><a href="/https/git.postgresql.org/seapug/">Seattle</a></li> <li><a href="/https/git.postgresql.org/sfpug/">San Francisco</a></li> <li><a href="/https/git.postgresql.org/spug/">Suncoast</a></li> <li><a href="/https/git.postgresql.org/sydpug/">Sydney</a></li> +<li><a href="/https/git.postgresql.org/torontopug/">Toronto</a></li> <li><a href="/https/git.postgresql.org/ukpug/">United Kingdom</a></li> </ul></li> <li><a href="/https/git.postgresql.org/pgsql-benchmarks/">Inactive lists</a></li> |