From 2e2bff3f0aa06e31aa1c85b53434eef60c8478aa Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Thu, 27 Aug 2009 19:43:57 +0000 Subject: [PATCH] fix the favicon again --- apps/routerconsole/jsp/css.jsp | 2 +- apps/routerconsole/jsp/error.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/css.jsp b/apps/routerconsole/jsp/css.jsp index 422d1329ce..ed86750308 100644 --- a/apps/routerconsole/jsp/css.jsp +++ b/apps/routerconsole/jsp/css.jsp @@ -22,7 +22,7 @@ } %> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<link rel="shortcut icon" href="favicon.ico"> +<link rel="shortcut icon" href="/themes/console/images/favicon.ico"> <jsp:useBean class="net.i2p.router.web.CSSHelper" id="cssHelper" scope="request" /> <jsp:setProperty name="cssHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" /> <link href="<%=cssHelper.getTheme(request.getHeader("User-Agent"))%>console.css" rel="stylesheet" type="text/css"> diff --git a/apps/routerconsole/jsp/error.jsp b/apps/routerconsole/jsp/error.jsp index 017efaa340..3628a0c15b 100644 --- a/apps/routerconsole/jsp/error.jsp +++ b/apps/routerconsole/jsp/error.jsp @@ -14,7 +14,7 @@ %> <html><head><title>I2P Router Console</title> <%@include file="css.jsp" %> -<link rel="shortcut icon" href="favicon.ico" /></head><body> +</head><body> <% if (System.getProperty("router.consoleNonce") == null) { System.setProperty("router.consoleNonce", new java.util.Random().nextLong() + ""); -- GitLab