forked from I2P_Developers/i2p.i2p
* Console: Move favicon.ico and i2plogo.png out of the .war
so that the HTTP proxy can use them directly; proxy error pages must be updated next
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%@page import="java.io.File" %>
|
||||
<div class="logo">
|
||||
<a href="index.jsp"><img src="i2plogo.png" alt="Router Console" width="187" height="35" /></a><br />
|
||||
<a href="index.jsp"><img src="/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" /></a><br />
|
||||
</div>
|
||||
<div class="toolbar">
|
||||
<% if (new File("docs/toolbar.html").exists()) { %>
|
||||
|
Reference in New Issue
Block a user