From 83b5e44b019bfa89d96c3e14a903497eb93bcde7 Mon Sep 17 00:00:00 2001 From: artem Date: Tue, 1 Apr 2008 16:59:40 +0000 Subject: - fixed page access to pie graphs (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5574 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/page_header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/page_header.php') diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index e023441b..ef70b9aa 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -105,7 +105,7 @@ COpt::profiling_start("page"); array( "url"=>"dashboard.php", "label"=>S_DASHBOARD, - "sub_pages"=>array("chart2.php","chart6.php","charts.php","screens.php","maps.php","map.php") + "sub_pages"=>array("chart2.php","chart3.php","chart6.php","chart7.php","charts.php","screens.php","maps.php","map.php") ), array("url"=>"overview.php" ,"label"=>S_OVERVIEW ), array( -- cgit