Removed backup favicon.ico from css.jsi (all current themes have favicons)

This commit is contained in:
str4d
2012-07-16 21:32:47 +00:00
parent 619b766c85
commit 0bff0a4998

View File

@ -25,7 +25,6 @@
}
%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="/themes/console/images/favicon.ico">
<jsp:useBean class="net.i2p.router.web.CSSHelper" id="intl" scope="request" />
<jsp:setProperty name="intl" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
<link rel="icon" href="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/favicon.ico">