diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-07-10 14:57:25 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-07-10 14:57:25 +0000 |
commit | b78f379fdaad31612d7eb0fa4d4574ac304748a1 (patch) | |
tree | 422d17ac3f33e3d6e04370068d54e08003f125b2 /frontends/php/overview.php | |
parent | 339a3a8d3191149c24119814a09447b976a98373 (diff) | |
download | zabbix-b78f379fdaad31612d7eb0fa4d4574ac304748a1.tar.gz zabbix-b78f379fdaad31612d7eb0fa4d4574ac304748a1.tar.xz zabbix-b78f379fdaad31612d7eb0fa4d4574ac304748a1.zip |
- fixed addition of complex triggers for linked hosts (Alexei)
- better localisation support (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1903 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/overview.php')
-rw-r--r-- | frontends/php/overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/overview.php b/frontends/php/overview.php index 61f1a0ca..85dd7fc0 100644 --- a/frontends/php/overview.php +++ b/frontends/php/overview.php @@ -20,7 +20,7 @@ ?> <?php include "include/config.inc.php"; - $page["title"] = S_OVERVIEW; + $page["title"] = "S_OVERVIEW"; $page["file"] = "overview.php"; show_header($page["title"],0,0); ?> |