FELIX-562 - Replace Sling logo and favicon by Felix ones

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@657061 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/internal/Util.java b/webconsole/src/main/java/org/apache/felix/webconsole/internal/Util.java
index ee8d885..b8368c6 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/internal/Util.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/internal/Util.java
@@ -81,7 +81,7 @@
         + "{0}<br>{12}"
         + "</h1>"
         + "<p>"
-        + "<a target=\"_blank\" href=\"{13}\" title=\"{11}\"><img src=\"res/imgs/Sling.png\" width=\"175\" height=\"100\" border=\"0\"></a>"
+        + "<a target=\"_blank\" href=\"{13}\" title=\"{11}\"><img src=\"res/imgs/logo.png\" width=\"165\" height=\"63\" border=\"0\"></a>"
         + "</p>" + "</div>";
 
     /** The name of the request attribute containig the map of FileItems from the POST request */
diff --git a/webconsole/src/main/resources/res/imgs/Sling.png b/webconsole/src/main/resources/res/imgs/Sling.png
deleted file mode 100644
index e29d72b..0000000
--- a/webconsole/src/main/resources/res/imgs/Sling.png
+++ /dev/null
Binary files differ
diff --git a/webconsole/src/main/resources/res/imgs/favicon.ico b/webconsole/src/main/resources/res/imgs/favicon.ico
index a36e242..7aaa102 100644
--- a/webconsole/src/main/resources/res/imgs/favicon.ico
+++ b/webconsole/src/main/resources/res/imgs/favicon.ico
Binary files differ
diff --git a/webconsole/src/main/resources/res/imgs/logo.png b/webconsole/src/main/resources/res/imgs/logo.png
new file mode 100644
index 0000000..dccbddc
--- /dev/null
+++ b/webconsole/src/main/resources/res/imgs/logo.png
Binary files differ