diff options
author | Alvaro Herrera | 2008-08-31 05:27:42 +0000 |
---|---|---|
committer | Alvaro Herrera | 2008-08-31 05:27:42 +0000 |
commit | c538e217520494c15ee8d765c78d1bf1cdbf3b6e (patch) | |
tree | 002d188d152fea9d94da9b50c92bdb4e89b30406 | |
parent | 3f3d1bd09c6dd9e2786171162f8f80b90fab0c35 (diff) |
Add persianpug so that the menu expands correctly
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2190 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rw-r--r-- | archives/html/includes/top_config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archives/html/includes/top_config.php b/archives/html/includes/top_config.php index e8290055..d945ffca 100644 --- a/archives/html/includes/top_config.php +++ b/archives/html/includes/top_config.php @@ -117,6 +117,7 @@ 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'], "/persianpug/") === 0) $menu = 3; 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; |