diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-10-25 13:55:34 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-10-25 13:55:34 +0000 |
| commit | 1064b7a725f59c3ab5f6efa0bc984a374dc3423b (patch) | |
| tree | 8e5477db08afe75b3659e90c96aa4d63ae79300c /frontends/php/include/page_header.php | |
| parent | 4da027caebdac710d323f4cab0e1642bd1ec5a5b (diff) | |
- minor fix
git-svn-id: svn://svn.zabbix.com/trunk@3382 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index d3be3a47..72f85541 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -198,7 +198,7 @@ COpt::profiling_start("page"); "default_page_id" => 0, "pages"=>array( array("url"=>"admin.php" ,"label"=>S_ADMINISTRATION ), - ZBX_DISTRIBUTED ? array("url"=>"nodes.php" ,"label"=>S_NODE) : null , + ZBX_DISTRIBUTED ? array("url"=>"nodes.php" ,"label"=>S_NODES) : null , array("url"=>"users.php" ,"label"=>S_USERS , "sub_pages"=>array("popup_media.php", "popup_usrgrp.php","popup_right.php","popup_users.php") |
