summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-18 16:44:48 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-18 16:44:48 +0000
commit2db72e1a96bfc3fde3efdb9215b8e34f3a65a2ee (patch)
treef8653c79184a9c7a8a5b3b889d24831625492df7
parent50cb52f29fa182e00f88acfba2dfe1efd3067ca8 (diff)
- do not reference ZABBIX logo from www.zabbix.com (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1490 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--ChangeLog1
-rw-r--r--frontends/php/images/general/zabbix.pngbin0 -> 2215 bytes
-rw-r--r--frontends/php/include/config.inc.php2
3 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63afa23d..8145b297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Changes for 1.1alpha2:
+ - do not reference ZABBIX logo from www.zabbix.com (Alexei)
- fixed addition of network maps (Alexei)
Changes for 1.1alpha1:
diff --git a/frontends/php/images/general/zabbix.png b/frontends/php/images/general/zabbix.png
new file mode 100644
index 00000000..ff86fd6d
--- /dev/null
+++ b/frontends/php/images/general/zabbix.png
Binary files differ
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 205fed1d..106abd05 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1660,7 +1660,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
<table border=0 cellspacing=0 cellpadding=5 width="100%" bgcolor="#FFFFFF">
<tr>
- <td width="118" height="31" class="top_header_left"><img width="118" height="31" src="http://www.zabbix.com/img/zabbix1.png" border="0" alt="ZABBIX"></td>
+ <td width="118" height="31" class="top_header_left"><img width="118" height="31" src="images/general/zabbix.png" border="0" alt="ZABBIX"></td>
</tr>
</table>