diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-30 16:13:15 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-30 16:13:15 +0000 |
| commit | 17a5d0466494cc294345eebddba054a27da7e49d (patch) | |
| tree | bdba49bf80d812ac79203a1df36d6615dcb10381 /frontends/php/include/page_header.php | |
| parent | 52ba9f54e0d36442deb5b4b0ce5c713de7b8ea30 (diff) | |
| download | zabbix-17a5d0466494cc294345eebddba054a27da7e49d.tar.gz zabbix-17a5d0466494cc294345eebddba054a27da7e49d.tar.xz zabbix-17a5d0466494cc294345eebddba054a27da7e49d.zip | |
- [DEV-52] added "Unlimited number of link styles for maps" (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5123 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 b692cb33..209d2a8d 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -162,7 +162,7 @@ COpt::profiling_start("page"); ), array("url"=>"actionconf.php" ,"label"=>S_ACTIONS), array("url"=>"sysmaps.php" ,"label"=>S_MAPS, - "sub_pages"=>array("sysmap.php") + "sub_pages"=>array("sysmap.php","popup_link_tr.php") ), array("url"=>"graphs.php" ,"label"=>S_GRAPHS, "sub_pages"=>array("popup_gitem.php") |
