summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/page_header.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-24 14:15:47 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-24 14:15:47 +0000
commitc2771d693018f88d8ddb038438d6d37cd16e9483 (patch)
tree9691c84539de07ad5b825359aadcdf503ca6100b /frontends/php/include/page_header.php
parentc1f96ed42c7f0ed6fd93952c2d4d98b150db89f3 (diff)
- developed template of screens for webmonitoring & other fixes
git-svn-id: svn://svn.zabbix.com/trunk@3751 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
-rw-r--r--frontends/php/include/page_header.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php
index 0704350c..e2928025 100644
--- a/frontends/php/include/page_header.php
+++ b/frontends/php/include/page_header.php
@@ -112,6 +112,9 @@ COpt::profiling_start("page");
"label" => S_MONITORING,
"default_page_id" => 0,
"pages"=>array(
+ array("url"=>"httpmon.php" ,"label"=>S_WEB ,
+ "sub_pages"=>array("httpdetails.php")
+ ),
array("url"=>"overview.php" ,"label"=>S_OVERVIEW ),
array("url"=>"latest.php" ,"label"=>S_LATEST_DATA ,
"sub_pages"=>array("history.php","chart.php")
@@ -172,7 +175,7 @@ COpt::profiling_start("page");
"sub_pages"=>array("sysmap.php")
),
array("url"=>"graphs.php" ,"label"=>S_GRAPHS ,
- "sub_pages"=>array("popup_gitem.php")
+ "sub_pages"=>array("popup_gitem.php","chart3.php")
),
array("url"=>"screenconf.php" ,"label"=>S_SCREENS ,
"sub_pages"=>array("screenedit.php")
@@ -276,7 +279,6 @@ COpt::profiling_start("page");
if(isset($menu_url)) /* active menu */
{
-
$class = "active";
update_profile('web.menu.'.$label.'.last', $menu_url);