diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-09-01 11:06:42 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-09-01 11:06:42 +0000 |
| commit | 180d85520fa4c856e46b58153bc0c7f1f8b48d98 (patch) | |
| tree | e7fa123de29e5736316ec801c1a6b94255eb7763 /frontends/php/charts.php | |
| parent | b05fb551802790f9cf490ffbcab80b734db2d4b8 (diff) | |
Improvements for navigation bar.
git-svn-id: svn://svn.zabbix.com/trunk@2016 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
| -rw-r--r-- | frontends/php/charts.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php index 6f3be261..c4d26d50 100644 --- a/frontends/php/charts.php +++ b/frontends/php/charts.php @@ -36,12 +36,14 @@ { show_header($page["title"],0,$nomenu); } + navigation_bar_calc(); ?> <?php $_GET["hostid"]=@iif(isset($_GET["hostid"]),$_GET["hostid"],get_profile("web.latest.hostid",0)); update_profile("web.latest.hostid",$_GET["hostid"]); + update_profile("web.menu.view.last",$page["file"]); ?> <?php |
